Html Css Color HEX #0A8DAD Bondi Blue

📋 copy color: '#0A8DAD'

red 10 ◦ green 141 ◦ blue 173

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

Shades of Bondi Blue #0A8DAD

Tints of Bondi Blue #0A8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 3.09%
G = 43.52%
B = 53.4%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A8DAD (or 0x0A8DAD) is known color: Bondi Blue. HEX triplet: 0A, 8D and AD. RGB value is (10,141,173). Sum of RGB (Red+Green+Blue) = 10+141+173=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A8DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8DAD is #F57252. Grayscale: #696969. Windows color (decimal): -16085587 or 11373834. OLE color: 11373834.

HSL color Cylindrical-coordinate representation of color #0A8DAD: hue angle of 191.78º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8DAD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 141 173 -
CMYK 0.94 0.18 0 0.32
HSL 191.78º 0.89% 0.36% -
HSV(B) 191.78º 0.94% 0.68% -
XYZ 17.19 22.13 42.9 -
YUV 105.48 166.1 59.9 -
System Red Green Blue C M Y K H S L
Decimal 10 141 173 0.94 0.18 0 0.32 191.78 0.89 0.36
Hex A 8D AD 5E 12 0 20 C0 59 24
Octal 12 215 255 136 22 0 40 300 131 44
Binary 1010 10001101 10101101 1011110 10010 0 100000 11000000 1011001 100100

Color Harmonies of #0A8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8DAD

Black with #0A8DAD

Text Example


Text Example

White with #0A8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,141,173); }

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

background-color css

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

 a { background-color: rgb(10,141,173); }

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

border-color css

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

 span { border-color: rgb(10,141,173); }

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