Html Css Color HEX #0880BA Cerulean

📋 copy color: '#0880BA'

red 8 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #0880BA

Tints of Cerulean #0880BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 2.48%
G = 39.75%
B = 57.76%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0880BA (or 0x0880BA) is known color: Cerulean. HEX triplet: 08, 80 and BA. RGB value is (8,128,186). Sum of RGB (Red+Green+Blue) = 8+128+186=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #0880BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880BA is #F77F45. Grayscale: #626262. Windows color (decimal): -16219974 or 12222472. OLE color: 12222472.

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

Color convert

RGB 8 128 186 -
CMYK 0.96 0.31 0 0.27
HSL 199.55º 0.92% 0.38% -
HSV(B) 199.55º 0.96% 0.73% -
XYZ 16.68 19.04 49.25 -
YUV 98.73 177.24 63.28 -
System Red Green Blue C M Y K H S L
Decimal 8 128 186 0.96 0.31 0 0.27 199.55 0.92 0.38
Hex 8 80 BA 60 1F 0 1B C8 5C 26
Octal 10 200 272 140 37 0 33 310 134 46
Binary 1000 10000000 10111010 1100000 11111 0 11011 11001000 1011100 100110

Color Harmonies of #0880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880BA

Black with #0880BA

Text Example


Text Example

White with #0880BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880BA; }

 p { color: rgb(8,128,186); }

 H1.HeaderClassName
 {
   color: #0880BA;
 }
 .AnyTagClassName
 {
   color: #0880BA;
 }
</style>

background-color css

<style>
 a { background-color: #0880BA; }

 a { background-color: rgb(8,128,186); }

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

border-color css

<style>
 span { border-color: #0880BA; }

 span { border-color: rgb(8,128,186); }

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