Html Css Color HEX #0A95AE Bondi Blue

📋 copy color: '#0A95AE'

red 10 ◦ green 149 ◦ blue 174

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

Shades of Bondi Blue #0A95AE

Tints of Bondi Blue #0A95AE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 3%
G = 44.74%
B = 52.25%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A95AE (or 0x0A95AE) is known color: Bondi Blue. HEX triplet: 0A, 95 and AE. RGB value is (10,149,174). Sum of RGB (Red+Green+Blue) = 10+149+174=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A95AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A95AE is #F56A51. Grayscale: #6E6E6E. Windows color (decimal): -16083538 or 11441418. OLE color: 11441418.

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

Color convert

RGB 10 149 174 -
CMYK 0.94 0.14 0 0.32
HSL 189.15º 0.89% 0.36% -
HSV(B) 189.15º 0.94% 0.68% -
XYZ 18.51 24.62 43.82 -
YUV 110.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 10 149 174 0.94 0.14 0 0.32 189.15 0.89 0.36
Hex A 95 AE 5E E 0 20 BD 59 24
Octal 12 225 256 136 16 0 40 275 131 44
Binary 1010 10010101 10101110 1011110 1110 0 100000 10111101 1011001 100100

Color Harmonies of #0A95AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A95AE

Black with #0A95AE

Text Example


Text Example

White with #0A95AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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