Html Css Color HEX #0A8FAE Bondi Blue

📋 copy color: '#0A8FAE'

red 10 ◦ green 143 ◦ blue 174

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

Shades of Bondi Blue #0A8FAE

Tints of Bondi Blue #0A8FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 3.06%
G = 43.73%
B = 53.21%

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

#0A8FAE (or 0x0A8FAE) is known color: Bondi Blue. HEX triplet: 0A, 8F and AE. RGB value is (10,143,174). Sum of RGB (Red+Green+Blue) = 10+143+174=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A8FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAE is #F57051. Grayscale: #6A6A6A. Windows color (decimal): -16085074 or 11439882. OLE color: 11439882.

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

Color convert

RGB 10 143 174 -
CMYK 0.94 0.18 0 0.32
HSL 191.34º 0.89% 0.36% -
HSV(B) 191.34º 0.94% 0.68% -
XYZ 17.59 22.77 43.51 -
YUV 106.77 165.94 58.98 -
System Red Green Blue C M Y K H S L
Decimal 10 143 174 0.94 0.18 0 0.32 191.34 0.89 0.36
Hex A 8F AE 5E 12 0 20 BF 59 24
Octal 12 217 256 136 22 0 40 277 131 44
Binary 1010 10001111 10101110 1011110 10010 0 100000 10111111 1011001 100100

Color Harmonies of #0A8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FAE

Black with #0A8FAE

Text Example


Text Example

White with #0A8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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