Html Css Color HEX #097DAD Cerulean

📋 copy color: '#097DAD'

red 9 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #097DAD

Tints of Cerulean #097DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 2.93%
G = 40.72%
B = 56.35%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#097DAD (or 0x097DAD) is known color: Cerulean. HEX triplet: 09, 7D and AD. RGB value is (9,125,173). Sum of RGB (Red+Green+Blue) = 9+125+173=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #097DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAD is #F68252. Grayscale: #5F5F5F. Windows color (decimal): -16155219 or 11369737. OLE color: 11369737.

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

Color convert

RGB 9 125 173 -
CMYK 0.95 0.28 0 0.32
HSL 197.56º 0.9% 0.36% -
HSV(B) 197.56º 0.95% 0.68% -
XYZ 14.99 17.74 42.17 -
YUV 95.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 9 125 173 0.95 0.28 0 0.32 197.56 0.9 0.36
Hex 9 7D AD 5F 1C 0 20 C6 5A 24
Octal 11 175 255 137 34 0 40 306 132 44
Binary 1001 1111101 10101101 1011111 11100 0 100000 11000110 1011010 100100

Color Harmonies of #097DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DAD

Black with #097DAD

Text Example


Text Example

White with #097DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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