Html Css Color HEX #0880BD Cerulean

📋 copy color: '#0880BD'

red 8 ◦ green 128 ◦ blue 189

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

Shades of Cerulean #0880BD

Tints of Cerulean #0880BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 2.46%
G = 39.38%
B = 58.15%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0880BD (or 0x0880BD) is known color: Cerulean. HEX triplet: 08, 80 and BD. RGB value is (8,128,189). Sum of RGB (Red+Green+Blue) = 8+128+189=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #0880BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880BD is #F77F42. Grayscale: #626262. Windows color (decimal): -16219971 or 12419080. OLE color: 12419080.

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

Color convert

RGB 8 128 189 -
CMYK 0.96 0.32 0 0.26
HSL 200.22º 0.92% 0.39% -
HSV(B) 200.22º 0.96% 0.74% -
XYZ 17 19.16 50.95 -
YUV 99.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 8 128 189 0.96 0.32 0 0.26 200.22 0.92 0.39
Hex 8 80 BD 60 20 0 1A C8 5C 27
Octal 10 200 275 140 40 0 32 310 134 47
Binary 1000 10000000 10111101 1100000 100000 0 11010 11001000 1011100 100111

Color Harmonies of #0880BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880BD

Black with #0880BD

Text Example


Text Example

White with #0880BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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