Html Css Color HEX #02A1B6 Bondi Blue

📋 copy color: '#02A1B6'

red 2 ◦ green 161 ◦ blue 182

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

Shades of Bondi Blue #02A1B6

Tints of Bondi Blue #02A1B6

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 182 (71.48% from 255) = 52.75%

R = 0.58%
G = 46.67%
B = 52.75%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#02A1B6 (or 0x02A1B6) is known color: Bondi Blue. HEX triplet: 02, A1 and B6. RGB value is (2,161,182). Sum of RGB (Red+Green+Blue) = 2+161+182=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #02A1B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1B6 is #FD5E49. Grayscale: #737373. Windows color (decimal): -16604746 or 11968770. OLE color: 11968770.

HSL color Cylindrical-coordinate representation of color #02A1B6: hue angle of 187º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1B6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 161 182 -
CMYK 0.99 0.12 0 0.29
HSL 187º 0.98% 0.36% -
HSV(B) 187º 0.99% 0.71% -
XYZ 21.21 28.88 48.71 -
YUV 115.85 165.32 46.79 -
System Red Green Blue C M Y K H S L
Decimal 2 161 182 0.99 0.12 0 0.29 187 0.98 0.36
Hex 2 A1 B6 63 C 0 1D BB 62 24
Octal 2 241 266 143 14 0 35 273 142 44
Binary 10 10100001 10110110 1100011 1100 0 11101 10111011 1100010 100100

Color Harmonies of #02A1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A1B6

Black with #02A1B6

Text Example


Text Example

White with #02A1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A1B6; }

 p { color: rgb(2,161,182); }

 H1.HeaderClassName
 {
   color: #02A1B6;
 }
 .AnyTagClassName
 {
   color: #02A1B6;
 }
</style>

background-color css

<style>
 a { background-color: #02A1B6; }

 a { background-color: rgb(2,161,182); }

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

border-color css

<style>
 span { border-color: #02A1B6; }

 span { border-color: rgb(2,161,182); }

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