#05AFB2

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

Shades of Iris Blue #05AFB2

Tints of Iris Blue #05AFB2

Color information

#05AFB2 (or 0x05AFB2) is unknown color: approx Iris Blue. HEX triplet: 05, AF and B2. RGB value is (5,175,178). Sum of RGB (Red+Green+Blue) = 5+175+178=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #05AFB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AFB2 is #FA504D. Grayscale: #7C7C7C. Windows color (decimal): -16404558 or 11710213. OLE color: 11710213.

HSL color Cylindrical-coordinate representation of color #05AFB2: hue angle of 181.04º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AFB2 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5175178-
CMYK0.970.0200.30
HSL181.04º94.54%35.88%-
HSV(B)181.04º97.19%69.8%-
XYZ23.4333.9147.43-
YUV124.51158.1842.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.40%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 178 (69.92% from 255) = 49.72%
R=1.40%
G=48.88%
B=49.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51751780.970.0200.30181.0494.5435.88
Hex5AFB261201Eb55f24
Octal5257262141203626513744
Binary1011010111110110010110000110011110101101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05AFB2; }

 p { color: rgb(5,175,178); }

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

<style>
 a { background-color: #05AFB2; }

 a { background-color: rgb(5,175,178); }

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

<style>
 span { border-color: #05AFB2; }

 span { border-color: rgb(5,175,178); }

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