Html Css Color HEX #0886BC Bondi Blue

📋 copy color: '#0886BC'

red 8 ◦ green 134 ◦ blue 188

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

Shades of Bondi Blue #0886BC

Tints of Bondi Blue #0886BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 2.42%
G = 40.61%
B = 56.97%

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

#0886BC (or 0x0886BC) is known color: Bondi Blue. HEX triplet: 08, 86 and BC. RGB value is (8,134,188). Sum of RGB (Red+Green+Blue) = 8+134+188=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #0886BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886BC is #F77943. Grayscale: #666666. Windows color (decimal): -16218436 or 12355080. OLE color: 12355080.

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

Color convert

RGB 8 134 188 -
CMYK 0.96 0.29 0 0.26
HSL 198º 0.92% 0.38% -
HSV(B) 198º 0.96% 0.74% -
XYZ 17.7 20.73 50.65 -
YUV 102.48 176.26 60.61 -
System Red Green Blue C M Y K H S L
Decimal 8 134 188 0.96 0.29 0 0.26 198 0.92 0.38
Hex 8 86 BC 60 1D 0 1A C6 5C 26
Octal 10 206 274 140 35 0 32 306 134 46
Binary 1000 10000110 10111100 1100000 11101 0 11010 11000110 1011100 100110

Color Harmonies of #0886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886BC

Black with #0886BC

Text Example


Text Example

White with #0886BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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