Html Css Color HEX #01ACD6 Iris Blue

📋 copy color: '#01ACD6'

red 1 ◦ green 172 ◦ blue 214

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

Shades of Iris Blue #01ACD6

Tints of Iris Blue #01ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.3%

R = 0.26%
G = 44.44%
B = 55.3%

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

#01ACD6 (or 0x01ACD6) is known color: Iris Blue. HEX triplet: 01, AC and D6. RGB value is (1,172,214). Sum of RGB (Red+Green+Blue) = 1+172+214=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #01ACD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACD6 is #FE5329. Grayscale: #7D7D7D. Windows color (decimal): -16667434 or 14068737. OLE color: 14068737.

HSL color Cylindrical-coordinate representation of color #01ACD6: hue angle of 191.83º 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 #01ACD6 is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 172 214 -
CMYK 1.00 0.20 0 0.16
HSL 191.83º 0.99% 0.42% -
HSV(B) 191.83º 1% 0.84% -
XYZ 26.9 34.37 68.83 -
YUV 125.66 177.85 39.08 -
System Red Green Blue C M Y K H S L
Decimal 1 172 214 1.00 0.20 0 0.16 191.83 0.99 0.42
Hex 1 AC D6 64 14 0 10 C0 63 2A
Octal 1 254 326 144 24 0 20 300 143 52
Binary 1 10101100 11010110 1100100 10100 0 10000 11000000 1100011 101010

Color Harmonies of #01ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACD6

Black with #01ACD6

Text Example


Text Example

White with #01ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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