Html Css Color HEX #097DAF Cerulean

📋 copy color: '#097DAF'

red 9 ◦ green 125 ◦ blue 175

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

Shades of Cerulean #097DAF

Tints of Cerulean #097DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 2.91%
G = 40.45%
B = 56.63%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#097DAF (or 0x097DAF) is known color: Cerulean. HEX triplet: 09, 7D and AF. RGB value is (9,125,175). Sum of RGB (Red+Green+Blue) = 9+125+175=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #097DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAF is #F68250. Grayscale: #5F5F5F. Windows color (decimal): -16155217 or 11500809. OLE color: 11500809.

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

Color convert

RGB 9 125 175 -
CMYK 0.95 0.29 0 0.31
HSL 198.07º 0.9% 0.36% -
HSV(B) 198.07º 0.95% 0.69% -
XYZ 15.18 17.82 43.2 -
YUV 96.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 9 125 175 0.95 0.29 0 0.31 198.07 0.9 0.36
Hex 9 7D AF 5F 1D 0 1F C6 5A 24
Octal 11 175 257 137 35 0 37 306 132 44
Binary 1001 1111101 10101111 1011111 11101 0 11111 11000110 1011010 100100

Color Harmonies of #097DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DAF

Black with #097DAF

Text Example


Text Example

White with #097DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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