Html Css Color HEX #02ABDC Iris Blue

📋 copy color: '#02ABDC'

red 2 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #02ABDC

Tints of Iris Blue #02ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 0.51%
G = 43.51%
B = 55.98%

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

#02ABDC (or 0x02ABDC) is known color: Iris Blue. HEX triplet: 02, AB and DC. RGB value is (2,171,220). Sum of RGB (Red+Green+Blue) = 2+171+220=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #02ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABDC is #FD5423. Grayscale: #7D7D7D. Windows color (decimal): -16602148 or 14461698. OLE color: 14461698.

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

Color convert

RGB 2 171 220 -
CMYK 0.99 0.22 0 0.14
HSL 193.49º 0.98% 0.44% -
HSV(B) 193.49º 0.99% 0.86% -
XYZ 27.51 34.31 72.88 -
YUV 126.06 181.01 39.52 -
System Red Green Blue C M Y K H S L
Decimal 2 171 220 0.99 0.22 0 0.14 193.49 0.98 0.44
Hex 2 AB DC 63 16 0 E C1 62 2C
Octal 2 253 334 143 26 0 16 301 142 54
Binary 10 10101011 11011100 1100011 10110 0 1110 11000001 1100010 101100

Color Harmonies of #02ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABDC

Black with #02ABDC

Text Example


Text Example

White with #02ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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