Html Css Color HEX #01A2A7 Bondi Blue

📋 copy color: '#01A2A7'

red 1 ◦ green 162 ◦ blue 167

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

Shades of Bondi Blue #01A2A7

Tints of Bondi Blue #01A2A7

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 162 (63.67% from 255) = 49.09%

 BLUE value IS 167 (65.63% from 255) = 50.61%

R = 0.3%
G = 49.09%
B = 50.61%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#01A2A7 (or 0x01A2A7) is known color: Bondi Blue. HEX triplet: 01, A2 and A7. RGB value is (1,162,167). Sum of RGB (Red+Green+Blue) = 1+162+167=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #01A2A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A2A7 is #FE5D58. Grayscale: #727272. Windows color (decimal): -16670041 or 10985985. OLE color: 10985985.

HSL color Cylindrical-coordinate representation of color #01A2A7: hue angle of 181.81º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A2A7 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 162 167 -
CMYK 0.99 0.03 0 0.35
HSL 181.81º 0.99% 0.33% -
HSV(B) 181.81º 0.99% 0.65% -
XYZ 19.91 28.64 41.04 -
YUV 114.43 157.66 47.09 -
System Red Green Blue C M Y K H S L
Decimal 1 162 167 0.99 0.03 0 0.35 181.81 0.99 0.33
Hex 1 A2 A7 63 3 0 23 B6 63 21
Octal 1 242 247 143 3 0 43 266 143 41
Binary 1 10100010 10100111 1100011 11 0 100011 10110110 1100011 100001

Color Harmonies of #01A2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2A7

Black with #01A2A7

Text Example


Text Example

White with #01A2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A2A7; }

 p { color: rgb(1,162,167); }

 H1.HeaderClassName
 {
   color: #01A2A7;
 }
 .AnyTagClassName
 {
   color: #01A2A7;
 }
</style>

background-color css

<style>
 a { background-color: #01A2A7; }

 a { background-color: rgb(1,162,167); }

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

border-color css

<style>
 span { border-color: #01A2A7; }

 span { border-color: rgb(1,162,167); }

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