Html Css Color HEX #02A5B0 Bondi Blue

📋 copy color: '#02A5B0'

red 2 ◦ green 165 ◦ blue 176

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

Shades of Bondi Blue #02A5B0

Tints of Bondi Blue #02A5B0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.1%

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 0.58%
G = 48.1%
B = 51.31%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#02A5B0 (or 0x02A5B0) is known color: Bondi Blue. HEX triplet: 02, A5 and B0. RGB value is (2,165,176). Sum of RGB (Red+Green+Blue) = 2+165+176=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #02A5B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A5B0 is #FD5A4F. Grayscale: #757575. Windows color (decimal): -16603728 or 11576578. OLE color: 11576578.

HSL color Cylindrical-coordinate representation of color #02A5B0: hue angle of 183.79º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A5B0 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 165 176 -
CMYK 0.99 0.06 0 0.31
HSL 183.79º 0.98% 0.35% -
HSV(B) 183.79º 0.99% 0.69% -
XYZ 21.32 30.06 45.75 -
YUV 117.52 161 45.61 -
System Red Green Blue C M Y K H S L
Decimal 2 165 176 0.99 0.06 0 0.31 183.79 0.98 0.35
Hex 2 A5 B0 63 6 0 1F B8 62 23
Octal 2 245 260 143 6 0 37 270 142 43
Binary 10 10100101 10110000 1100011 110 0 11111 10111000 1100010 100011

Color Harmonies of #02A5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A5B0

Black with #02A5B0

Text Example


Text Example

White with #02A5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,165,176); }

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

background-color css

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

 a { background-color: rgb(2,165,176); }

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

border-color css

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

 span { border-color: rgb(2,165,176); }

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