Html Css Color HEX #01AEC2 Iris Blue

📋 copy color: '#01AEC2'

red 1 ◦ green 174 ◦ blue 194

#01AEC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #01AEC2

Tints of Iris Blue #01AEC2

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 174 (68.36% from 255) = 47.15%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 0.27%
G = 47.15%
B = 52.57%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01AEC2 (or 0x01AEC2) is known color: Iris Blue. HEX triplet: 01, AE and C2. RGB value is (1,174,194). Sum of RGB (Red+Green+Blue) = 1+174+194=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #01AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AEC2 is #FE513D. Grayscale: #7C7C7C. Windows color (decimal): -16666942 or 12758529. OLE color: 12758529.

HSL color Cylindrical-coordinate representation of color #01AEC2: hue angle of 186.22º 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 #01AEC2 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 174 194 -
CMYK 0.99 0.10 0 0.24
HSL 186.22º 0.99% 0.38% -
HSV(B) 186.22º 0.99% 0.76% -
XYZ 24.89 34.17 56.32 -
YUV 124.55 167.19 39.87 -
System Red Green Blue C M Y K H S L
Decimal 1 174 194 0.99 0.10 0 0.24 186.22 0.99 0.38
Hex 1 AE C2 63 A 0 18 BA 63 26
Octal 1 256 302 143 12 0 30 272 143 46
Binary 1 10101110 11000010 1100011 1010 0 11000 10111010 1100011 100110

Color Harmonies of #01AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEC2

Black with #01AEC2

Text Example


Text Example

White with #01AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01AEC2;
 }
 .AnyTagClassName
 {
   color: #01AEC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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