#05AFD8

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

Shades of Iris Blue #05AFD8

Tints of Iris Blue #05AFD8

Color information

#05AFD8 (or 0x05AFD8) is unknown color: approx Iris Blue. HEX triplet: 05, AF and D8. RGB value is (5,175,216). Sum of RGB (Red+Green+Blue) = 5+175+216=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #05AFD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AFD8 is #FA5027. Grayscale: #808080. Windows color (decimal): -16404520 or 14200581. OLE color: 14200581.

HSL color Cylindrical-coordinate representation of color #05AFD8: hue angle of 191.66º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AFD8 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5175216-
CMYK0.980.1900.15
HSL191.66º95.48%43.33%-
HSV(B)191.66º97.69%84.71%-
XYZ27.7935.6570.38-
YUV128.84177.1839.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.26%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 216 (84.77% from 255) = 54.55%
R=1.26%
G=44.19%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51752160.980.1900.15191.6695.4843.33
Hex5AFD862130Fc05f2b
Octal52573301422301730013753
Binary101101011111101100011000101001101111110000001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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