Html Css Color HEX #02A8B0 Bondi Blue

📋 copy color: '#02A8B0'

red 2 ◦ green 168 ◦ blue 176

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

Shades of Bondi Blue #02A8B0

Tints of Bondi Blue #02A8B0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.55%

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

R = 0.58%
G = 48.55%
B = 50.87%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#02A8B0 (or 0x02A8B0) is known color: Bondi Blue. HEX triplet: 02, A8 and B0. RGB value is (2,168,176). Sum of RGB (Red+Green+Blue) = 2+168+176=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #02A8B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A8B0 is #FD574F. Grayscale: #777777. Windows color (decimal): -16602960 or 11577346. OLE color: 11577346.

HSL color Cylindrical-coordinate representation of color #02A8B0: hue angle of 182.76º 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 #02A8B0 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 168 176 -
CMYK 0.99 0.05 0 0.31
HSL 182.76º 0.98% 0.35% -
HSV(B) 182.76º 0.99% 0.69% -
XYZ 21.86 31.15 45.94 -
YUV 119.28 160 44.35 -
System Red Green Blue C M Y K H S L
Decimal 2 168 176 0.99 0.05 0 0.31 182.76 0.98 0.35
Hex 2 A8 B0 63 5 0 1F B7 62 23
Octal 2 250 260 143 5 0 37 267 142 43
Binary 10 10101000 10110000 1100011 101 0 11111 10110111 1100010 100011

Color Harmonies of #02A8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8B0

Black with #02A8B0

Text Example


Text Example

White with #02A8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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