Html Css Color HEX #0881BF Cerulean

📋 copy color: '#0881BF'

red 8 ◦ green 129 ◦ blue 191

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

Shades of Cerulean #0881BF

Tints of Cerulean #0881BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 191 (75% from 255) = 58.23%

R = 2.44%
G = 39.33%
B = 58.23%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0881BF (or 0x0881BF) is known color: Cerulean. HEX triplet: 08, 81 and BF. RGB value is (8,129,191). Sum of RGB (Red+Green+Blue) = 8+129+191=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #0881BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881BF is #F77E40. Grayscale: #636363. Windows color (decimal): -16219713 or 12550408. OLE color: 12550408.

HSL color Cylindrical-coordinate representation of color #0881BF: hue angle of 200.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0881BF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 129 191 -
CMYK 0.96 0.32 0 0.25
HSL 200.33º 0.92% 0.39% -
HSV(B) 200.33º 0.96% 0.75% -
XYZ 17.35 19.51 52.14 -
YUV 99.89 179.41 62.46 -
System Red Green Blue C M Y K H S L
Decimal 8 129 191 0.96 0.32 0 0.25 200.33 0.92 0.39
Hex 8 81 BF 60 20 0 19 C8 5C 27
Octal 10 201 277 140 40 0 31 310 134 47
Binary 1000 10000001 10111111 1100000 100000 0 11001 11001000 1011100 100111

Color Harmonies of #0881BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881BF

Black with #0881BF

Text Example


Text Example

White with #0881BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0881BF; }

 p { color: rgb(8,129,191); }

 H1.HeaderClassName
 {
   color: #0881BF;
 }
 .AnyTagClassName
 {
   color: #0881BF;
 }
</style>

background-color css

<style>
 a { background-color: #0881BF; }

 a { background-color: rgb(8,129,191); }

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

border-color css

<style>
 span { border-color: #0881BF; }

 span { border-color: rgb(8,129,191); }

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