Html Css Color HEX #0882BB Cerulean

📋 copy color: '#0882BB'

red 8 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #0882BB

Tints of Cerulean #0882BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 2.46%
G = 40%
B = 57.54%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0882BB (or 0x0882BB) is known color: Cerulean. HEX triplet: 08, 82 and BB. RGB value is (8,130,187). Sum of RGB (Red+Green+Blue) = 8+130+187=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #0882BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882BB is #F77D44. Grayscale: #636363. Windows color (decimal): -16219461 or 12288520. OLE color: 12288520.

HSL color Cylindrical-coordinate representation of color #0882BB: hue angle of 199.11º 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 #0882BB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 130 187 -
CMYK 0.96 0.30 0 0.27
HSL 199.11º 0.92% 0.38% -
HSV(B) 199.11º 0.96% 0.73% -
XYZ 17.05 19.6 49.9 -
YUV 100.02 177.08 62.37 -
System Red Green Blue C M Y K H S L
Decimal 8 130 187 0.96 0.30 0 0.27 199.11 0.92 0.38
Hex 8 82 BB 60 1E 0 1B C7 5C 26
Octal 10 202 273 140 36 0 33 307 134 46
Binary 1000 10000010 10111011 1100000 11110 0 11011 11000111 1011100 100110

Color Harmonies of #0882BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882BB

Black with #0882BB

Text Example


Text Example

White with #0882BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0882BB; }

 p { color: rgb(8,130,187); }

 H1.HeaderClassName
 {
   color: #0882BB;
 }
 .AnyTagClassName
 {
   color: #0882BB;
 }
</style>

background-color css

<style>
 a { background-color: #0882BB; }

 a { background-color: rgb(8,130,187); }

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

border-color css

<style>
 span { border-color: #0882BB; }

 span { border-color: rgb(8,130,187); }

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