Html Css Color HEX #02ADBE Iris Blue

📋 copy color: '#02ADBE'

red 2 ◦ green 173 ◦ blue 190

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

Shades of Iris Blue #02ADBE

Tints of Iris Blue #02ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 0.55%
G = 47.4%
B = 52.05%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#02ADBE (or 0x02ADBE) is known color: Iris Blue. HEX triplet: 02, AD and BE. RGB value is (2,173,190). Sum of RGB (Red+Green+Blue) = 2+173+190=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #02ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADBE is #FD5241. Grayscale: #7B7B7B. Windows color (decimal): -16601666 or 12496130. OLE color: 12496130.

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

Color convert

RGB 2 173 190 -
CMYK 0.99 0.09 0 0.25
HSL 185.43º 0.98% 0.38% -
HSV(B) 185.43º 0.99% 0.75% -
XYZ 24.26 33.62 53.93 -
YUV 123.81 165.35 41.12 -
System Red Green Blue C M Y K H S L
Decimal 2 173 190 0.99 0.09 0 0.25 185.43 0.98 0.38
Hex 2 AD BE 63 9 0 19 B9 62 26
Octal 2 255 276 143 11 0 31 271 142 46
Binary 10 10101101 10111110 1100011 1001 0 11001 10111001 1100010 100110

Color Harmonies of #02ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ADBE

Black with #02ADBE

Text Example


Text Example

White with #02ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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