Html Css Color HEX #02AEDB Iris Blue

📋 copy color: '#02AEDB'

red 2 ◦ green 174 ◦ blue 219

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

Shades of Iris Blue #02AEDB

Tints of Iris Blue #02AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 0.51%
G = 44.05%
B = 55.44%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02AEDB (or 0x02AEDB) is known color: Iris Blue. HEX triplet: 02, AE and DB. RGB value is (2,174,219). Sum of RGB (Red+Green+Blue) = 2+174+219=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #02AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AEDB is #FD5124. Grayscale: #7F7F7F. Windows color (decimal): -16601381 or 14396930. OLE color: 14396930.

HSL color Cylindrical-coordinate representation of color #02AEDB: hue angle of 192.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEDB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 174 219 -
CMYK 0.99 0.21 0 0.14
HSL 192.44º 0.98% 0.43% -
HSV(B) 192.44º 0.99% 0.86% -
XYZ 27.95 35.4 72.38 -
YUV 127.7 179.52 38.34 -
System Red Green Blue C M Y K H S L
Decimal 2 174 219 0.99 0.21 0 0.14 192.44 0.98 0.43
Hex 2 AE DB 63 15 0 E C0 62 2B
Octal 2 256 333 143 25 0 16 300 142 53
Binary 10 10101110 11011011 1100011 10101 0 1110 11000000 1100010 101011

Color Harmonies of #02AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AEDB

Black with #02AEDB

Text Example


Text Example

White with #02AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,174,219); }

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

background-color css

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

 a { background-color: rgb(2,174,219); }

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

border-color css

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

 span { border-color: rgb(2,174,219); }

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