Html Css Color HEX #01ACD8 Iris Blue

📋 copy color: '#01ACD8'

red 1 ◦ green 172 ◦ blue 216

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

Shades of Iris Blue #01ACD8

Tints of Iris Blue #01ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 0.26%
G = 44.22%
B = 55.53%

CMYK

 C value IS 1.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#01ACD8 (or 0x01ACD8) is known color: Iris Blue. HEX triplet: 01, AC and D8. RGB value is (1,172,216). Sum of RGB (Red+Green+Blue) = 1+172+216=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #01ACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACD8 is #FE5327. Grayscale: #7D7D7D. Windows color (decimal): -16667432 or 14199809. OLE color: 14199809.

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

Color convert

RGB 1 172 216 -
CMYK 1.00 0.20 0 0.15
HSL 192.28º 0.99% 0.43% -
HSV(B) 192.28º 1% 0.85% -
XYZ 27.16 34.47 70.19 -
YUV 125.89 178.85 38.92 -
System Red Green Blue C M Y K H S L
Decimal 1 172 216 1.00 0.20 0 0.15 192.28 0.99 0.43
Hex 1 AC D8 64 14 0 F C0 63 2B
Octal 1 254 330 144 24 0 17 300 143 53
Binary 1 10101100 11011000 1100100 10100 0 1111 11000000 1100011 101011

Color Harmonies of #01ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACD8

Black with #01ACD8

Text Example


Text Example

White with #01ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,216); }

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

background-color css

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

 a { background-color: rgb(1,172,216); }

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

border-color css

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

 span { border-color: rgb(1,172,216); }

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