Html Css Color HEX #02AECD Iris Blue

📋 copy color: '#02AECD'

red 2 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #02AECD

Tints of Iris Blue #02AECD

RGB

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

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

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

R = 0.52%
G = 45.67%
B = 53.81%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02AECD (or 0x02AECD) is known color: Iris Blue. HEX triplet: 02, AE and CD. RGB value is (2,174,205). Sum of RGB (Red+Green+Blue) = 2+174+205=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #02AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AECD is #FD5132. Grayscale: #7D7D7D. Windows color (decimal): -16601395 or 13479426. OLE color: 13479426.

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

Color convert

RGB 2 174 205 -
CMYK 0.99 0.15 0 0.20
HSL 189.16º 0.98% 0.41% -
HSV(B) 189.16º 0.99% 0.8% -
XYZ 26.18 34.69 63.07 -
YUV 126.11 172.52 39.48 -
System Red Green Blue C M Y K H S L
Decimal 2 174 205 0.99 0.15 0 0.20 189.16 0.98 0.41
Hex 2 AE CD 63 F 0 14 BD 62 29
Octal 2 256 315 143 17 0 24 275 142 51
Binary 10 10101110 11001101 1100011 1111 0 10100 10111101 1100010 101001

Color Harmonies of #02AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AECD

Black with #02AECD

Text Example


Text Example

White with #02AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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