Html Css Color HEX #0886BD Bondi Blue

📋 copy color: '#0886BD'

red 8 ◦ green 134 ◦ blue 189

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

Shades of Bondi Blue #0886BD

Tints of Bondi Blue #0886BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 2.42%
G = 40.48%
B = 57.1%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0886BD (or 0x0886BD) is known color: Bondi Blue. HEX triplet: 08, 86 and BD. RGB value is (8,134,189). Sum of RGB (Red+Green+Blue) = 8+134+189=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #0886BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886BD is #F77942. Grayscale: #666666. Windows color (decimal): -16218435 or 12420616. OLE color: 12420616.

HSL color Cylindrical-coordinate representation of color #0886BD: hue angle of 198.23º 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 #0886BD is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 134 189 -
CMYK 0.96 0.29 0 0.26
HSL 198.23º 0.92% 0.39% -
HSV(B) 198.23º 0.96% 0.74% -
XYZ 17.81 20.78 51.22 -
YUV 102.6 176.76 60.53 -
System Red Green Blue C M Y K H S L
Decimal 8 134 189 0.96 0.29 0 0.26 198.23 0.92 0.39
Hex 8 86 BD 60 1D 0 1A C6 5C 27
Octal 10 206 275 140 35 0 32 306 134 47
Binary 1000 10000110 10111101 1100000 11101 0 11010 11000110 1011100 100111

Color Harmonies of #0886BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886BD

Black with #0886BD

Text Example


Text Example

White with #0886BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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