Html Css Color HEX #0881BE Cerulean

📋 copy color: '#0881BE'

red 8 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #0881BE

Tints of Cerulean #0881BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 2.45%
G = 39.45%
B = 58.1%

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

#0881BE (or 0x0881BE) is known color: Cerulean. HEX triplet: 08, 81 and BE. RGB value is (8,129,190). Sum of RGB (Red+Green+Blue) = 8+129+190=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0881BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881BE is #F77E41. Grayscale: #636363. Windows color (decimal): -16219714 or 12484872. OLE color: 12484872.

HSL color Cylindrical-coordinate representation of color #0881BE: hue angle of 200.11º 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 #0881BE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 129 190 -
CMYK 0.96 0.32 0 0.25
HSL 200.11º 0.92% 0.39% -
HSV(B) 200.11º 0.96% 0.75% -
XYZ 17.24 19.47 51.56 -
YUV 99.78 178.91 62.54 -
System Red Green Blue C M Y K H S L
Decimal 8 129 190 0.96 0.32 0 0.25 200.11 0.92 0.39
Hex 8 81 BE 60 20 0 19 C8 5C 27
Octal 10 201 276 140 40 0 31 310 134 47
Binary 1000 10000001 10111110 1100000 100000 0 11001 11001000 1011100 100111

Color Harmonies of #0881BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881BE

Black with #0881BE

Text Example


Text Example

White with #0881BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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