Html Css Color HEX #01AACC Iris Blue

📋 copy color: '#01AACC'

red 1 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #01AACC

Tints of Iris Blue #01AACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 0.27%
G = 45.33%
B = 54.4%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01AACC (or 0x01AACC) is known color: Iris Blue. HEX triplet: 01, AA and CC. RGB value is (1,170,204). Sum of RGB (Red+Green+Blue) = 1+170+204=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #01AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AACC is #FE5533. Grayscale: #7B7B7B. Windows color (decimal): -16667956 or 13412865. OLE color: 13412865.

HSL color Cylindrical-coordinate representation of color #01AACC: hue angle of 190.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AACC is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 170 204 -
CMYK 1.00 0.17 0 0.2
HSL 190.05º 0.99% 0.4% -
HSV(B) 190.05º 1% 0.8% -
XYZ 25.29 33.12 62.19 -
YUV 123.35 173.51 40.74 -
System Red Green Blue C M Y K H S L
Decimal 1 170 204 1.00 0.17 0 0.2 190.05 0.99 0.4
Hex 1 AA CC 64 11 0 14 BE 63 28
Octal 1 252 314 144 21 0 24 276 143 50
Binary 1 10101010 11001100 1100100 10001 0 10100 10111110 1100011 101000

Color Harmonies of #01AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AACC

Black with #01AACC

Text Example


Text Example

White with #01AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,170,204); }

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

background-color css

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

 a { background-color: rgb(1,170,204); }

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

border-color css

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

 span { border-color: rgb(1,170,204); }

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