Html Css Color HEX #0882BE Bondi Blue

📋 copy color: '#0882BE'

red 8 ◦ green 130 ◦ blue 190

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

Shades of Bondi Blue #0882BE

Tints of Bondi Blue #0882BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 2.44%
G = 39.63%
B = 57.93%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0882BE (or 0x0882BE) is known color: Bondi Blue. HEX triplet: 08, 82 and BE. RGB value is (8,130,190). Sum of RGB (Red+Green+Blue) = 8+130+190=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #0882BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882BE is #F77D41. Grayscale: #646464. Windows color (decimal): -16219458 or 12485128. OLE color: 12485128.

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

Color convert

RGB 8 130 190 -
CMYK 0.96 0.32 0 0.25
HSL 199.78º 0.92% 0.39% -
HSV(B) 199.78º 0.96% 0.75% -
XYZ 17.38 19.73 51.61 -
YUV 100.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 8 130 190 0.96 0.32 0 0.25 199.78 0.92 0.39
Hex 8 82 BE 60 20 0 19 C8 5C 27
Octal 10 202 276 140 40 0 31 310 134 47
Binary 1000 10000010 10111110 1100000 100000 0 11001 11001000 1011100 100111

Color Harmonies of #0882BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882BE

Black with #0882BE

Text Example


Text Example

White with #0882BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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