Html Css Color HEX #0A8EB6 Bondi Blue

📋 copy color: '#0A8EB6'

red 10 ◦ green 142 ◦ blue 182

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

Shades of Bondi Blue #0A8EB6

Tints of Bondi Blue #0A8EB6

RGB

 RED value IS 10 (4.3% from 255) = 2.99%

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 182 (71.48% from 255) = 54.49%

R = 2.99%
G = 42.51%
B = 54.49%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A8EB6 (or 0x0A8EB6) is known color: Bondi Blue. HEX triplet: 0A, 8E and B6. RGB value is (10,142,182). Sum of RGB (Red+Green+Blue) = 10+142+182=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A8EB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8EB6 is #F57149. Grayscale: #6A6A6A. Windows color (decimal): -16085322 or 11963914. OLE color: 11963914.

HSL color Cylindrical-coordinate representation of color #0A8EB6: hue angle of 193.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8EB6 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 142 182 -
CMYK 0.95 0.22 0 0.29
HSL 193.95º 0.9% 0.38% -
HSV(B) 193.95º 0.95% 0.71% -
XYZ 18.24 22.79 47.69 -
YUV 107.09 170.27 58.75 -
System Red Green Blue C M Y K H S L
Decimal 10 142 182 0.95 0.22 0 0.29 193.95 0.9 0.38
Hex A 8E B6 5F 16 0 1D C2 5A 26
Octal 12 216 266 137 26 0 35 302 132 46
Binary 1010 10001110 10110110 1011111 10110 0 11101 11000010 1011010 100110

Color Harmonies of #0A8EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8EB6

Black with #0A8EB6

Text Example


Text Example

White with #0A8EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8EB6; }

 p { color: rgb(10,142,182); }

 H1.HeaderClassName
 {
   color: #0A8EB6;
 }
 .AnyTagClassName
 {
   color: #0A8EB6;
 }
</style>

background-color css

<style>
 a { background-color: #0A8EB6; }

 a { background-color: rgb(10,142,182); }

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

border-color css

<style>
 span { border-color: #0A8EB6; }

 span { border-color: rgb(10,142,182); }

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