Html Css Color HEX #02ADB5 Iris Blue

📋 copy color: '#02ADB5'

red 2 ◦ green 173 ◦ blue 181

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

Shades of Iris Blue #02ADB5

Tints of Iris Blue #02ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.84%

R = 0.56%
G = 48.6%
B = 50.84%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#02ADB5 (or 0x02ADB5) is known color: Iris Blue. HEX triplet: 02, AD and B5. RGB value is (2,173,181). Sum of RGB (Red+Green+Blue) = 2+173+181=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #02ADB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADB5 is #FD524A. Grayscale: #7A7A7A. Windows color (decimal): -16601675 or 11906306. OLE color: 11906306.

HSL color Cylindrical-coordinate representation of color #02ADB5: hue angle of 182.68º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADB5 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 173 181 -
CMYK 0.99 0.04 0 0.29
HSL 182.68º 0.98% 0.36% -
HSV(B) 182.68º 0.99% 0.71% -
XYZ 23.31 33.24 48.9 -
YUV 122.78 160.85 41.85 -
System Red Green Blue C M Y K H S L
Decimal 2 173 181 0.99 0.04 0 0.29 182.68 0.98 0.36
Hex 2 AD B5 63 4 0 1D B7 62 24
Octal 2 255 265 143 4 0 35 267 142 44
Binary 10 10101101 10110101 1100011 100 0 11101 10110111 1100010 100100

Color Harmonies of #02ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ADB5

Black with #02ADB5

Text Example


Text Example

White with #02ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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