Html Css Color HEX #02A8DC Iris Blue

📋 copy color: '#02A8DC'

red 2 ◦ green 168 ◦ blue 220

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

Shades of Iris Blue #02A8DC

Tints of Iris Blue #02A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

 BLUE value IS 220 (86.33% from 255) = 56.41%

R = 0.51%
G = 43.08%
B = 56.41%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02A8DC (or 0x02A8DC) is known color: Iris Blue. HEX triplet: 02, A8 and DC. RGB value is (2,168,220). Sum of RGB (Red+Green+Blue) = 2+168+220=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8DC is #FD5723. Grayscale: #7B7B7B. Windows color (decimal): -16602916 or 14460930. OLE color: 14460930.

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

Color convert

RGB 2 168 220 -
CMYK 0.99 0.24 0 0.14
HSL 194.31º 0.98% 0.44% -
HSV(B) 194.31º 0.99% 0.86% -
XYZ 26.95 33.19 72.7 -
YUV 124.29 182 40.77 -
System Red Green Blue C M Y K H S L
Decimal 2 168 220 0.99 0.24 0 0.14 194.31 0.98 0.44
Hex 2 A8 DC 63 18 0 E C2 62 2C
Octal 2 250 334 143 30 0 16 302 142 54
Binary 10 10101000 11011100 1100011 11000 0 1110 11000010 1100010 101100

Color Harmonies of #02A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8DC

Black with #02A8DC

Text Example


Text Example

White with #02A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,220); }

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

background-color css

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

 a { background-color: rgb(2,168,220); }

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

border-color css

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

 span { border-color: rgb(2,168,220); }

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