#01AEC1

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

Shades of Iris Blue #01AEC1

Tints of Iris Blue #01AEC1

Color information

#01AEC1 (or 0x01AEC1) is unknown color: approx Iris Blue. HEX triplet: 01, AE and C1. RGB value is (1,174,193). Sum of RGB (Red+Green+Blue) = 1+174+193=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #01AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AEC1 is #FE513E. Grayscale: #7C7C7C. Windows color (decimal): -16666943 or 12692993. OLE color: 12692993.

HSL color Cylindrical-coordinate representation of color #01AEC1: hue angle of 185.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AEC1 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1174193-
CMYK0.990.1000.24
HSL185.94º98.97%38.04%-
HSV(B)185.94º99.48%75.69%-
XYZ24.7734.1355.73-
YUV124.44166.6939.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 193 (75.78% from 255) = 52.45%
R=0.27%
G=47.28%
B=52.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11741930.990.1000.24185.9498.9738.04
Hex1AEC163A018ba6326
Octal12563011431203027214346
Binary1101011101100000111000111010011000101110101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,174,193); }

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

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

 a { background-color: rgb(1,174,193); }

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

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

 span { border-color: rgb(1,174,193); }

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