Html Css Color HEX #096E9F Cerulean

📋 copy color: '#096E9F'

red 9 ◦ green 110 ◦ blue 159

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

Shades of Cerulean #096E9F

Tints of Cerulean #096E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.57%

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 3.24%
G = 39.57%
B = 57.19%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#096E9F (or 0x096E9F) is known color: Cerulean. HEX triplet: 09, 6E and 9F. RGB value is (9,110,159). Sum of RGB (Red+Green+Blue) = 9+110+159=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #096E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E9F is #F69160. Grayscale: #555555. Windows color (decimal): -16159073 or 10448393. OLE color: 10448393.

HSL color Cylindrical-coordinate representation of color #096E9F: hue angle of 199.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096E9F is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 110 159 -
CMYK 0.94 0.31 0 0.38
HSL 199.6º 0.89% 0.33% -
HSV(B) 199.6º 0.94% 0.62% -
XYZ 11.95 13.71 34.82 -
YUV 85.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 9 110 159 0.94 0.31 0 0.38 199.6 0.89 0.33
Hex 9 6E 9F 5E 1F 0 26 C8 59 21
Octal 11 156 237 136 37 0 46 310 131 41
Binary 1001 1101110 10011111 1011110 11111 0 100110 11001000 1011001 100001

Color Harmonies of #096E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E9F

Black with #096E9F

Text Example


Text Example

White with #096E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096E9F; }

 p { color: rgb(9,110,159); }

 H1.HeaderClassName
 {
   color: #096E9F;
 }
 .AnyTagClassName
 {
   color: #096E9F;
 }
</style>

background-color css

<style>
 a { background-color: #096E9F; }

 a { background-color: rgb(9,110,159); }

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

border-color css

<style>
 span { border-color: #096E9F; }

 span { border-color: rgb(9,110,159); }

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