Html Css Color HEX #02AECC Iris Blue

📋 copy color: '#02AECC'

red 2 ◦ green 174 ◦ blue 204

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

Shades of Iris Blue #02AECC

Tints of Iris Blue #02AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 0.53%
G = 45.79%
B = 53.68%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#02AECC (or 0x02AECC) is known color: Iris Blue. HEX triplet: 02, AE and CC. RGB value is (2,174,204). Sum of RGB (Red+Green+Blue) = 2+174+204=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #02AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AECC is #FD5133. Grayscale: #7D7D7D. Windows color (decimal): -16601396 or 13413890. OLE color: 13413890.

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

Color convert

RGB 2 174 204 -
CMYK 0.99 0.15 0 0.2
HSL 188.91º 0.98% 0.4% -
HSV(B) 188.91º 0.99% 0.8% -
XYZ 26.06 34.64 62.44 -
YUV 125.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 2 174 204 0.99 0.15 0 0.2 188.91 0.98 0.4
Hex 2 AE CC 63 F 0 14 BD 62 28
Octal 2 256 314 143 17 0 24 275 142 50
Binary 10 10101110 11001100 1100011 1111 0 10100 10111101 1100010 101000

Color Harmonies of #02AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AECC

Black with #02AECC

Text Example


Text Example

White with #02AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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