Html Css Color HEX #0875AC Cerulean

📋 copy color: '#0875AC'

red 8 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #0875AC

Tints of Cerulean #0875AC

RGB

 RED value IS 8 (3.52% from 255) = 2.69%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 2.69%
G = 39.39%
B = 57.91%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0875AC (or 0x0875AC) is known color: Cerulean. HEX triplet: 08, 75 and AC. RGB value is (8,117,172). Sum of RGB (Red+Green+Blue) = 8+117+172=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #0875AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0875AC is #F78A53. Grayscale: #5A5A5A. Windows color (decimal): -16222804 or 11302152. OLE color: 11302152.

HSL color Cylindrical-coordinate representation of color #0875AC: hue angle of 200.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0875AC is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 117 172 -
CMYK 0.95 0.32 0 0.33
HSL 200.12º 0.91% 0.35% -
HSV(B) 200.12º 0.95% 0.67% -
XYZ 13.91 15.75 41.34 -
YUV 90.68 173.89 69.03 -
System Red Green Blue C M Y K H S L
Decimal 8 117 172 0.95 0.32 0 0.33 200.12 0.91 0.35
Hex 8 75 AC 5F 20 0 21 C8 5B 23
Octal 10 165 254 137 40 0 41 310 133 43
Binary 1000 1110101 10101100 1011111 100000 0 100001 11001000 1011011 100011

Color Harmonies of #0875AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0875AC

Black with #0875AC

Text Example


Text Example

White with #0875AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0875AC;
 }
 .AnyTagClassName
 {
   color: #0875AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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