Html Css Color HEX #02ADDF Iris Blue

📋 copy color: '#02ADDF'

red 2 ◦ green 173 ◦ blue 223

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

Shades of Iris Blue #02ADDF

Tints of Iris Blue #02ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 0.5%
G = 43.47%
B = 56.03%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02ADDF (or 0x02ADDF) is known color: Iris Blue. HEX triplet: 02, AD and DF. RGB value is (2,173,223). Sum of RGB (Red+Green+Blue) = 2+173+223=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #02ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADDF is #FD5220. Grayscale: #7F7F7F. Windows color (decimal): -16601633 or 14658818. OLE color: 14658818.

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

Color convert

RGB 2 173 223 -
CMYK 0.99 0.22 0 0.13
HSL 193.57º 0.98% 0.44% -
HSV(B) 193.57º 0.99% 0.87% -
XYZ 28.29 35.23 75.12 -
YUV 127.57 181.85 38.43 -
System Red Green Blue C M Y K H S L
Decimal 2 173 223 0.99 0.22 0 0.13 193.57 0.98 0.44
Hex 2 AD DF 63 16 0 D C2 62 2C
Octal 2 255 337 143 26 0 15 302 142 54
Binary 10 10101101 11011111 1100011 10110 0 1101 11000010 1100010 101100

Color Harmonies of #02ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ADDF

Black with #02ADDF

Text Example


Text Example

White with #02ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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