Html Css Color HEX #097DAB Cerulean

📋 copy color: '#097DAB'

red 9 ◦ green 125 ◦ blue 171

#097DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #097DAB

Tints of Cerulean #097DAB

RGB

 RED value IS 9 (3.91% from 255) = 2.95%

 GREEN value IS 125 (49.22% from 255) = 40.98%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 2.95%
G = 40.98%
B = 56.07%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#097DAB (or 0x097DAB) is known color: Cerulean. HEX triplet: 09, 7D and AB. RGB value is (9,125,171). Sum of RGB (Red+Green+Blue) = 9+125+171=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #097DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAB is #F68254. Grayscale: #5F5F5F. Windows color (decimal): -16155221 or 11238665. OLE color: 11238665.

HSL color Cylindrical-coordinate representation of color #097DAB: hue angle of 197.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DAB is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 125 171 -
CMYK 0.95 0.27 0 0.33
HSL 197.04º 0.9% 0.35% -
HSV(B) 197.04º 0.95% 0.67% -
XYZ 14.8 17.67 41.16 -
YUV 95.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 9 125 171 0.95 0.27 0 0.33 197.04 0.9 0.35
Hex 9 7D AB 5F 1B 0 21 C5 5A 23
Octal 11 175 253 137 33 0 41 305 132 43
Binary 1001 1111101 10101011 1011111 11011 0 100001 11000101 1011010 100011

Color Harmonies of #097DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DAB

Black with #097DAB

Text Example


Text Example

White with #097DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097DAB; }

 p { color: rgb(9,125,171); }

 H1.HeaderClassName
 {
   color: #097DAB;
 }
 .AnyTagClassName
 {
   color: #097DAB;
 }
</style>

background-color css

<style>
 a { background-color: #097DAB; }

 a { background-color: rgb(9,125,171); }

 div.DivClassName
 {
   background-color: #097DAB;
 }
 .BgClassName
 {
   background-color: #097DAB;
 }
</style>

border-color css

<style>
 span { border-color: #097DAB; }

 span { border-color: rgb(9,125,171); }

 td.TdClassName
 {
   border-color: #097DAB;
 }
 .TagClassName
 {
   border-color: #097DAB;
 }
</style>