Html Css Color HEX #02ABDF Iris Blue

📋 copy color: '#02ABDF'

red 2 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #02ABDF

Tints of Iris Blue #02ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 0.51%
G = 43.18%
B = 56.31%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02ABDF (or 0x02ABDF) is known color: Iris Blue. HEX triplet: 02, AB and DF. RGB value is (2,171,223). Sum of RGB (Red+Green+Blue) = 2+171+223=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #02ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABDF is #FD5420. Grayscale: #7E7E7E. Windows color (decimal): -16602145 or 14658306. OLE color: 14658306.

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

Color convert

RGB 2 171 223 -
CMYK 0.99 0.23 0 0.13
HSL 194.12º 0.98% 0.44% -
HSV(B) 194.12º 0.99% 0.87% -
XYZ 27.91 34.47 74.99 -
YUV 126.4 182.51 39.27 -
System Red Green Blue C M Y K H S L
Decimal 2 171 223 0.99 0.23 0 0.13 194.12 0.98 0.44
Hex 2 AB DF 63 17 0 D C2 62 2C
Octal 2 253 337 143 27 0 15 302 142 54
Binary 10 10101011 11011111 1100011 10111 0 1101 11000010 1100010 101100

Color Harmonies of #02ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABDF

Black with #02ABDF

Text Example


Text Example

White with #02ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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