Html Css Color HEX #0881B8 Cerulean

📋 copy color: '#0881B8'

red 8 ◦ green 129 ◦ blue 184

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

Shades of Cerulean #0881B8

Tints of Cerulean #0881B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 57.32%

R = 2.49%
G = 40.19%
B = 57.32%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0881B8 (or 0x0881B8) is known color: Cerulean. HEX triplet: 08, 81 and B8. RGB value is (8,129,184). Sum of RGB (Red+Green+Blue) = 8+129+184=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #0881B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881B8 is #F77E47. Grayscale: #626262. Windows color (decimal): -16219720 or 12091656. OLE color: 12091656.

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

Color convert

RGB 8 129 184 -
CMYK 0.96 0.30 0 0.28
HSL 198.75º 0.92% 0.38% -
HSV(B) 198.75º 0.96% 0.72% -
XYZ 16.6 19.21 48.18 -
YUV 99.09 175.91 63.03 -
System Red Green Blue C M Y K H S L
Decimal 8 129 184 0.96 0.30 0 0.28 198.75 0.92 0.38
Hex 8 81 B8 60 1E 0 1C C7 5C 26
Octal 10 201 270 140 36 0 34 307 134 46
Binary 1000 10000001 10111000 1100000 11110 0 11100 11000111 1011100 100110

Color Harmonies of #0881B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881B8

Black with #0881B8

Text Example


Text Example

White with #0881B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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