#0966A6

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

Shades of Cerulean #0966A6

Tints of Cerulean #0966A6

Color information

#0966A6 (or 0x0966A6) is unknown color: approx Cerulean. HEX triplet: 09, 66 and A6. RGB value is (9,102,166). Sum of RGB (Red+Green+Blue) = 9+102+166=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #0966A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0966A6 is #F69959. Grayscale: #515151. Windows color (decimal): -16161114 or 10905097. OLE color: 10905097.

HSL color Cylindrical-coordinate representation of color #0966A6: hue angle of 204.46º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966A6 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9102166-
CMYK0.950.3900.35
HSL204.46º89.71%34.31%-
HSV(B)204.46º94.58%65.1%-
XYZ11.7512.3137.83-
YUV81.49175.6976.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 166 (65.23% from 255) = 59.93%
R=3.25%
G=36.82%
B=59.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91021660.950.3900.35204.4689.7134.31
Hex966A65F27023cc5a22
Octal111462461374704331413242
Binary100111001101010011010111111001110100011110011001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0966A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0966A6; }

 p { color: rgb(9,102,166); }

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

<style>
 a { background-color: #0966A6; }

 a { background-color: rgb(9,102,166); }

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

<style>
 span { border-color: #0966A6; }

 span { border-color: rgb(9,102,166); }

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