Html Css Color HEX #097DAA Cerulean

📋 copy color: '#097DAA'

red 9 ◦ green 125 ◦ blue 170

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

Shades of Cerulean #097DAA

Tints of Cerulean #097DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 2.96%
G = 41.12%
B = 55.92%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#097DAA (or 0x097DAA) is known color: Cerulean. HEX triplet: 09, 7D and AA. RGB value is (9,125,170). Sum of RGB (Red+Green+Blue) = 9+125+170=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #097DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAA is #F68255. Grayscale: #5F5F5F. Windows color (decimal): -16155222 or 11173129. OLE color: 11173129.

HSL color Cylindrical-coordinate representation of color #097DAA: hue angle of 196.77º 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 #097DAA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 125 170 -
CMYK 0.95 0.26 0 0.33
HSL 196.77º 0.9% 0.35% -
HSV(B) 196.77º 0.95% 0.67% -
XYZ 14.7 17.63 40.66 -
YUV 95.45 170.07 66.34 -
System Red Green Blue C M Y K H S L
Decimal 9 125 170 0.95 0.26 0 0.33 196.77 0.9 0.35
Hex 9 7D AA 5F 1A 0 21 C5 5A 23
Octal 11 175 252 137 32 0 41 305 132 43
Binary 1001 1111101 10101010 1011111 11010 0 100001 11000101 1011010 100011

Color Harmonies of #097DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DAA

Black with #097DAA

Text Example


Text Example

White with #097DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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