#02AFB6

Color #02AFB6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #02AFB6

Tints of Iris Blue #02AFB6

Color information

#02AFB6 (or 0x02AFB6) is unknown color: approx Iris Blue. HEX triplet: 02, AF and B6. RGB value is (2,175,182). Sum of RGB (Red+Green+Blue) = 2+175+182=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #02AFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFB6 is #FD5049. Grayscale: #7B7B7B. Windows color (decimal): -16601162 or 11972354. OLE color: 11972354.

HSL color Cylindrical-coordinate representation of color #02AFB6: hue angle of 182.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AFB6 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2175182-
CMYK0.990.0400.29
HSL182.33º97.83%36.08%-
HSV(B)182.33º98.9%71.37%-
XYZ23.834.0549.57-
YUV124.07160.6940.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=0.56%
G=48.75%
B=50.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21751820.990.0400.29182.3397.8336.08
Hex2AFB663401Db66224
Octal2257266143403526614244
Binary1010101111101101101100011100011101101101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,175,182); }

 H1.HeaderClassName
 {
   color: #02AFB6;
 }
 .AnyTagClassName
 {
   color: #02AFB6;
 }
</style>
background-color css

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

 a { background-color: rgb(2,175,182); }

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

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

 span { border-color: rgb(2,175,182); }

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