Html Css Color HEX #02ADCD Iris Blue

📋 copy color: '#02ADCD'

red 2 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #02ADCD

Tints of Iris Blue #02ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 0.53%
G = 45.53%
B = 53.95%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02ADCD (or 0x02ADCD) is known color: Iris Blue. HEX triplet: 02, AD and CD. RGB value is (2,173,205). Sum of RGB (Red+Green+Blue) = 2+173+205=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #02ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADCD is #FD5232. Grayscale: #7D7D7D. Windows color (decimal): -16601651 or 13479170. OLE color: 13479170.

HSL color Cylindrical-coordinate representation of color #02ADCD: hue angle of 189.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADCD is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 173 205 -
CMYK 0.99 0.16 0 0.20
HSL 189.46º 0.98% 0.41% -
HSV(B) 189.46º 0.99% 0.8% -
XYZ 25.99 34.31 63.01 -
YUV 125.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 2 173 205 0.99 0.16 0 0.20 189.46 0.98 0.41
Hex 2 AD CD 63 10 0 14 BD 62 29
Octal 2 255 315 143 20 0 24 275 142 51
Binary 10 10101101 11001101 1100011 10000 0 10100 10111101 1100010 101001

Color Harmonies of #02ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ADCD

Black with #02ADCD

Text Example


Text Example

White with #02ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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