Html Css Color HEX #02ABDB Iris Blue

📋 copy color: '#02ABDB'

red 2 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #02ABDB

Tints of Iris Blue #02ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 0.51%
G = 43.62%
B = 55.87%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02ABDB (or 0x02ABDB) is known color: Iris Blue. HEX triplet: 02, AB and DB. RGB value is (2,171,219). Sum of RGB (Red+Green+Blue) = 2+171+219=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #02ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABDB is #FD5424. Grayscale: #7D7D7D. Windows color (decimal): -16602149 or 14396162. OLE color: 14396162.

HSL color Cylindrical-coordinate representation of color #02ABDB: hue angle of 193.27º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABDB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 171 219 -
CMYK 0.99 0.22 0 0.14
HSL 193.27º 0.98% 0.43% -
HSV(B) 193.27º 0.99% 0.86% -
XYZ 27.37 34.25 72.19 -
YUV 125.94 180.51 39.6 -
System Red Green Blue C M Y K H S L
Decimal 2 171 219 0.99 0.22 0 0.14 193.27 0.98 0.43
Hex 2 AB DB 63 16 0 E C1 62 2B
Octal 2 253 333 143 26 0 16 301 142 53
Binary 10 10101011 11011011 1100011 10110 0 1110 11000001 1100010 101011

Color Harmonies of #02ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABDB

Black with #02ABDB

Text Example


Text Example

White with #02ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,171,219); }

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

background-color css

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

 a { background-color: rgb(2,171,219); }

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

border-color css

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

 span { border-color: rgb(2,171,219); }

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