#0975B6

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

Shades of Cerulean #0975B6

Tints of Cerulean #0975B6

Color information

#0975B6 (or 0x0975B6) is unknown color: approx Cerulean. HEX triplet: 09, 75 and B6. RGB value is (9,117,182). Sum of RGB (Red+Green+Blue) = 9+117+182=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #0975B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975B6 is #F68A49. Grayscale: #5B5B5B. Windows color (decimal): -16157258 or 11957513. OLE color: 11957513.

HSL color Cylindrical-coordinate representation of color #0975B6: hue angle of 202.54º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0975B6 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9117182-
CMYK0.950.3600.29
HSL202.54º90.58%37.45%-
HSV(B)202.54º95.05%71.37%-
XYZ14.9216.1646.59-
YUV92.12178.7268.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.92%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 182 (71.48% from 255) = 59.09%
R=2.92%
G=37.99%
B=59.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91171820.950.3600.29202.5490.5837.45
Hex975B65F2401Dcb5b25
Octal111652661374403531313345
Binary10011110101101101101011111100100011101110010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0975B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0975B6; }

 p { color: rgb(9,117,182); }

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

<style>
 a { background-color: #0975B6; }

 a { background-color: rgb(9,117,182); }

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

<style>
 span { border-color: #0975B6; }

 span { border-color: rgb(9,117,182); }

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