Html Css Color HEX #02A9E2 Iris Blue

📋 copy color: '#02A9E2'

red 2 ◦ green 169 ◦ blue 226

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

Shades of Iris Blue #02A9E2

Tints of Iris Blue #02A9E2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 226 (88.67% from 255) = 56.93%

R = 0.5%
G = 42.57%
B = 56.93%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#02A9E2 (or 0x02A9E2) is known color: Iris Blue. HEX triplet: 02, A9 and E2. RGB value is (2,169,226). Sum of RGB (Red+Green+Blue) = 2+169+226=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #02A9E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9E2 is #FD561D. Grayscale: #7D7D7D. Windows color (decimal): -16602654 or 14854402. OLE color: 14854402.

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

Color convert

RGB 2 169 226 -
CMYK 0.99 0.25 0 0.11
HSL 195.27º 0.98% 0.45% -
HSV(B) 195.27º 0.99% 0.89% -
XYZ 27.94 33.88 77.02 -
YUV 125.57 184.67 39.87 -
System Red Green Blue C M Y K H S L
Decimal 2 169 226 0.99 0.25 0 0.11 195.27 0.98 0.45
Hex 2 A9 E2 63 19 0 B C3 62 2D
Octal 2 251 342 143 31 0 13 303 142 55
Binary 10 10101001 11100010 1100011 11001 0 1011 11000011 1100010 101101

Color Harmonies of #02A9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A9E2

Black with #02A9E2

Text Example


Text Example

White with #02A9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,169,226); }

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

background-color css

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

 a { background-color: rgb(2,169,226); }

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

border-color css

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

 span { border-color: rgb(2,169,226); }

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