Html Css Color HEX #02ABC1 Iris Blue

📋 copy color: '#02ABC1'

red 2 ◦ green 171 ◦ blue 193

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

Shades of Iris Blue #02ABC1

Tints of Iris Blue #02ABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 0.55%
G = 46.72%
B = 52.73%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#02ABC1 (or 0x02ABC1) is known color: Iris Blue. HEX triplet: 02, AB and C1. RGB value is (2,171,193). Sum of RGB (Red+Green+Blue) = 2+171+193=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #02ABC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABC1 is #FD543E. Grayscale: #7A7A7A. Windows color (decimal): -16602175 or 12692226. OLE color: 12692226.

HSL color Cylindrical-coordinate representation of color #02ABC1: hue angle of 186.91º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABC1 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 171 193 -
CMYK 0.99 0.11 0 0.24
HSL 186.91º 0.98% 0.38% -
HSV(B) 186.91º 0.99% 0.76% -
XYZ 24.21 32.99 55.54 -
YUV 122.98 167.51 41.71 -
System Red Green Blue C M Y K H S L
Decimal 2 171 193 0.99 0.11 0 0.24 186.91 0.98 0.38
Hex 2 AB C1 63 B 0 18 BB 62 26
Octal 2 253 301 143 13 0 30 273 142 46
Binary 10 10101011 11000001 1100011 1011 0 11000 10111011 1100010 100110

Color Harmonies of #02ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABC1

Black with #02ABC1

Text Example


Text Example

White with #02ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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