Html Css Color HEX #0A8FB6 Bondi Blue

📋 copy color: '#0A8FB6'

red 10 ◦ green 143 ◦ blue 182

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

Shades of Bondi Blue #0A8FB6

Tints of Bondi Blue #0A8FB6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

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

R = 2.99%
G = 42.69%
B = 54.33%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A8FB6 (or 0x0A8FB6) is known color: Bondi Blue. HEX triplet: 0A, 8F and B6. RGB value is (10,143,182). Sum of RGB (Red+Green+Blue) = 10+143+182=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A8FB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FB6 is #F57049. Grayscale: #6B6B6B. Windows color (decimal): -16085066 or 11964170. OLE color: 11964170.

HSL color Cylindrical-coordinate representation of color #0A8FB6: hue angle of 193.6º 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 #0A8FB6 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 143 182 -
CMYK 0.95 0.21 0 0.29
HSL 193.6º 0.9% 0.38% -
HSV(B) 193.6º 0.95% 0.71% -
XYZ 18.39 23.09 47.74 -
YUV 107.68 169.94 58.33 -
System Red Green Blue C M Y K H S L
Decimal 10 143 182 0.95 0.21 0 0.29 193.6 0.9 0.38
Hex A 8F B6 5F 15 0 1D C2 5A 26
Octal 12 217 266 137 25 0 35 302 132 46
Binary 1010 10001111 10110110 1011111 10101 0 11101 11000010 1011010 100110

Color Harmonies of #0A8FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FB6

Black with #0A8FB6

Text Example


Text Example

White with #0A8FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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