#01AFC6

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

Shades of Iris Blue #01AFC6

Tints of Iris Blue #01AFC6

Color information

#01AFC6 (or 0x01AFC6) is unknown color: approx Iris Blue. HEX triplet: 01, AF and C6. RGB value is (1,175,198). Sum of RGB (Red+Green+Blue) = 1+175+198=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #01AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC6 is #FE5039. Grayscale: #7D7D7D. Windows color (decimal): -16666682 or 13020929. OLE color: 13020929.

HSL color Cylindrical-coordinate representation of color #01AFC6: hue angle of 187.01º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFC6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1175198-
CMYK0.990.1200.22
HSL187.01º98.99%39.02%-
HSV(B)187.01º99.49%77.65%-
XYZ25.5434.7458.79-
YUV125.6168.8539.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=0.27%
G=46.79%
B=52.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11751980.990.1200.22187.0198.9939.02
Hex1AFC663C016bb6327
Octal12573061431402627314347
Binary1101011111100011011000111100010110101110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AFC6; }

 p { color: rgb(1,175,198); }

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

<style>
 a { background-color: #01AFC6; }

 a { background-color: rgb(1,175,198); }

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

<style>
 span { border-color: #01AFC6; }

 span { border-color: rgb(1,175,198); }

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