#0875B7

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

Shades of Cerulean #0875B7

Tints of Cerulean #0875B7

Color information

#0875B7 (or 0x0875B7) is unknown color: approx Cerulean. HEX triplet: 08, 75 and B7. RGB value is (8,117,183). Sum of RGB (Red+Green+Blue) = 8+117+183=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #0875B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0875B7 is #F78A48. Grayscale: #5B5B5B. Windows color (decimal): -16222793 or 12023048. OLE color: 12023048.

HSL color Cylindrical-coordinate representation of color #0875B7: hue angle of 202.63º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0875B7 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8117183-
CMYK0.960.3600.28
HSL202.63º91.62%37.45%-
HSV(B)202.63º95.63%71.76%-
XYZ15.0116.1947.13-
YUV91.93179.3968.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 183 (71.88% from 255) = 59.42%
R=2.60%
G=37.99%
B=59.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81171830.960.3600.28202.6391.6237.45
Hex875B7602401Ccb5c25
Octal101652671404403431313445
Binary10001110101101101111100000100100011100110010111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0875B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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