Html Css Color HEX #0A8AB6 Bondi Blue

📋 copy color: '#0A8AB6'

red 10 ◦ green 138 ◦ blue 182

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

Shades of Bondi Blue #0A8AB6

Tints of Bondi Blue #0A8AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

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

R = 3.03%
G = 41.82%
B = 55.15%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A8AB6 (or 0x0A8AB6) is known color: Bondi Blue. HEX triplet: 0A, 8A and B6. RGB value is (10,138,182). Sum of RGB (Red+Green+Blue) = 10+138+182=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A8AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8AB6 is #F57549. Grayscale: #686868. Windows color (decimal): -16086346 or 11962890. OLE color: 11962890.

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

Color convert

RGB 10 138 182 -
CMYK 0.95 0.24 0 0.29
HSL 195.35º 0.9% 0.38% -
HSV(B) 195.35º 0.95% 0.71% -
XYZ 17.66 21.62 47.5 -
YUV 104.74 171.59 60.42 -
System Red Green Blue C M Y K H S L
Decimal 10 138 182 0.95 0.24 0 0.29 195.35 0.9 0.38
Hex A 8A B6 5F 18 0 1D C3 5A 26
Octal 12 212 266 137 30 0 35 303 132 46
Binary 1010 10001010 10110110 1011111 11000 0 11101 11000011 1011010 100110

Color Harmonies of #0A8AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AB6

Black with #0A8AB6

Text Example


Text Example

White with #0A8AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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