#0875AE

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

Shades of Cerulean #0875AE

Tints of Cerulean #0875AE

Color information

#0875AE (or 0x0875AE) is unknown color: approx Cerulean. HEX triplet: 08, 75 and AE. RGB value is (8,117,174). Sum of RGB (Red+Green+Blue) = 8+117+174=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #0875AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0875AE is #F78A51. Grayscale: #5A5A5A. Windows color (decimal): -16222802 or 11433224. OLE color: 11433224.

HSL color Cylindrical-coordinate representation of color #0875AE: hue angle of 200.6º degrees, saturation: 0.91, 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 #0875AE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8117174-
CMYK0.950.3300.32
HSL200.6º91.21%35.69%-
HSV(B)200.6º95.4%68.24%-
XYZ14.115.8342.36-
YUV90.91174.8968.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=2.68%
G=39.13%
B=58.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81171740.950.3300.32200.691.2135.69
Hex875AE5F21020c95b24
Octal101652561374104031113344
Binary100011101011010111010111111000010100000110010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0875AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0875AE; }

 p { color: rgb(8,117,174); }

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

<style>
 a { background-color: #0875AE; }

 a { background-color: rgb(8,117,174); }

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

<style>
 span { border-color: #0875AE; }

 span { border-color: rgb(8,117,174); }

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