Html Css Color HEX #0886C0 Bondi Blue

📋 copy color: '#0886C0'

red 8 ◦ green 134 ◦ blue 192

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

Shades of Bondi Blue #0886C0

Tints of Bondi Blue #0886C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 2.4%
G = 40.12%
B = 57.49%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0886C0 (or 0x0886C0) is known color: Bondi Blue. HEX triplet: 08, 86 and C0. RGB value is (8,134,192). Sum of RGB (Red+Green+Blue) = 8+134+192=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #0886C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886C0 is #F7793F. Grayscale: #666666. Windows color (decimal): -16218432 or 12617224. OLE color: 12617224.

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

Color convert

RGB 8 134 192 -
CMYK 0.96 0.30 0 0.25
HSL 198.91º 0.92% 0.39% -
HSV(B) 198.91º 0.96% 0.75% -
XYZ 18.14 20.91 52.95 -
YUV 102.94 178.26 60.28 -
System Red Green Blue C M Y K H S L
Decimal 8 134 192 0.96 0.30 0 0.25 198.91 0.92 0.39
Hex 8 86 C0 60 1E 0 19 C7 5C 27
Octal 10 206 300 140 36 0 31 307 134 47
Binary 1000 10000110 11000000 1100000 11110 0 11001 11000111 1011100 100111

Color Harmonies of #0886C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886C0

Black with #0886C0

Text Example


Text Example

White with #0886C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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