Html Css Color HEX #097DAC Cerulean

📋 copy color: '#097DAC'

red 9 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #097DAC

Tints of Cerulean #097DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 2.94%
G = 40.85%
B = 56.21%

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

#097DAC (or 0x097DAC) is known color: Cerulean. HEX triplet: 09, 7D and AC. RGB value is (9,125,172). Sum of RGB (Red+Green+Blue) = 9+125+172=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #097DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAC is #F68253. Grayscale: #5F5F5F. Windows color (decimal): -16155220 or 11304201. OLE color: 11304201.

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

Color convert

RGB 9 125 172 -
CMYK 0.95 0.27 0 0.33
HSL 197.3º 0.9% 0.35% -
HSV(B) 197.3º 0.95% 0.67% -
XYZ 14.89 17.7 41.66 -
YUV 95.67 171.07 66.18 -
System Red Green Blue C M Y K H S L
Decimal 9 125 172 0.95 0.27 0 0.33 197.3 0.9 0.35
Hex 9 7D AC 5F 1B 0 21 C5 5A 23
Octal 11 175 254 137 33 0 41 305 132 43
Binary 1001 1111101 10101100 1011111 11011 0 100001 11000101 1011010 100011

Color Harmonies of #097DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DAC

Black with #097DAC

Text Example


Text Example

White with #097DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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