Html Css Color HEX #0A8FAD Bondi Blue

📋 copy color: '#0A8FAD'

red 10 ◦ green 143 ◦ blue 173

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

Shades of Bondi Blue #0A8FAD

Tints of Bondi Blue #0A8FAD

RGB

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

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

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

R = 3.07%
G = 43.87%
B = 53.07%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A8FAD (or 0x0A8FAD) is known color: Bondi Blue. HEX triplet: 0A, 8F and AD. RGB value is (10,143,173). Sum of RGB (Red+Green+Blue) = 10+143+173=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A8FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAD is #F57052. Grayscale: #6A6A6A. Windows color (decimal): -16085075 or 11374346. OLE color: 11374346.

HSL color Cylindrical-coordinate representation of color #0A8FAD: hue angle of 191.04º 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 #0A8FAD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 143 173 -
CMYK 0.94 0.17 0 0.32
HSL 191.04º 0.89% 0.36% -
HSV(B) 191.04º 0.94% 0.68% -
XYZ 17.49 22.73 43 -
YUV 106.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 10 143 173 0.94 0.17 0 0.32 191.04 0.89 0.36
Hex A 8F AD 5E 11 0 20 BF 59 24
Octal 12 217 255 136 21 0 40 277 131 44
Binary 1010 10001111 10101101 1011110 10001 0 100000 10111111 1011001 100100

Color Harmonies of #0A8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FAD

Black with #0A8FAD

Text Example


Text Example

White with #0A8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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