Html Css Color HEX #01AAD5 Iris Blue

📋 copy color: '#01AAD5'

red 1 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #01AAD5

Tints of Iris Blue #01AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 0.26%
G = 44.27%
B = 55.47%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01AAD5 (or 0x01AAD5) is known color: Iris Blue. HEX triplet: 01, AA and D5. RGB value is (1,170,213). Sum of RGB (Red+Green+Blue) = 1+170+213=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #01AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAD5 is #FE552A. Grayscale: #7C7C7C. Windows color (decimal): -16667947 or 14002689. OLE color: 14002689.

HSL color Cylindrical-coordinate representation of color #01AAD5: hue angle of 192.17º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AAD5 is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 170 213 -
CMYK 1.00 0.20 0 0.16
HSL 192.17º 0.99% 0.42% -
HSV(B) 192.17º 1% 0.84% -
XYZ 26.4 33.56 68.04 -
YUV 124.37 178.01 40 -
System Red Green Blue C M Y K H S L
Decimal 1 170 213 1.00 0.20 0 0.16 192.17 0.99 0.42
Hex 1 AA D5 64 14 0 10 C0 63 2A
Octal 1 252 325 144 24 0 20 300 143 52
Binary 1 10101010 11010101 1100100 10100 0 10000 11000000 1100011 101010

Color Harmonies of #01AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAD5

Black with #01AAD5

Text Example


Text Example

White with #01AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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