Html Css Color HEX #0881BC Cerulean

📋 copy color: '#0881BC'

red 8 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0881BC

Tints of Cerulean #0881BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 2.46%
G = 39.69%
B = 57.85%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0881BC (or 0x0881BC) is known color: Cerulean. HEX triplet: 08, 81 and BC. RGB value is (8,129,188). Sum of RGB (Red+Green+Blue) = 8+129+188=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0881BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881BC is #F77E43. Grayscale: #636363. Windows color (decimal): -16219716 or 12353800. OLE color: 12353800.

HSL color Cylindrical-coordinate representation of color #0881BC: hue angle of 199.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0881BC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 129 188 -
CMYK 0.96 0.31 0 0.26
HSL 199.67º 0.92% 0.38% -
HSV(B) 199.67º 0.96% 0.74% -
XYZ 17.03 19.38 50.42 -
YUV 99.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 8 129 188 0.96 0.31 0 0.26 199.67 0.92 0.38
Hex 8 81 BC 60 1F 0 1A C8 5C 26
Octal 10 201 274 140 37 0 32 310 134 46
Binary 1000 10000001 10111100 1100000 11111 0 11010 11001000 1011100 100110

Color Harmonies of #0881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881BC

Black with #0881BC

Text Example


Text Example

White with #0881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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