#097DAE

Color #097DAE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #097DAE

Tints of Cerulean #097DAE

Color information

#097DAE (or 0x097DAE) is unknown color: approx Cerulean. HEX triplet: 09, 7D and AE. RGB value is (9,125,174). Sum of RGB (Red+Green+Blue) = 9+125+174=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #097DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAE is #F68251. Grayscale: #5F5F5F. Windows color (decimal): -16155218 or 11435273. OLE color: 11435273.

HSL color Cylindrical-coordinate representation of color #097DAE: hue angle of 197.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DAE is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9125174-
CMYK0.950.2800.32
HSL197.82º90.16%35.88%-
HSV(B)197.82º94.83%68.24%-
XYZ15.0917.7842.68-
YUV95.9172.0766.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.92%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=2.92%
G=40.58%
B=56.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91251740.950.2800.32197.8290.1635.88
Hex97DAE5F1C020c65a24
Octal111752561373404030613244
Binary10011111101101011101011111111000100000110001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097DAE;
 }
 .AnyTagClassName
 {
   color: #097DAE;
 }
</style>
background-color css

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

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

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

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

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

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