Html Css Color HEX #01ACDC Iris Blue

📋 copy color: '#01ACDC'

red 1 ◦ green 172 ◦ blue 220

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

Shades of Iris Blue #01ACDC

Tints of Iris Blue #01ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 0.25%
G = 43.77%
B = 55.98%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01ACDC (or 0x01ACDC) is known color: Iris Blue. HEX triplet: 01, AC and DC. RGB value is (1,172,220). Sum of RGB (Red+Green+Blue) = 1+172+220=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #01ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACDC is #FE5323. Grayscale: #7D7D7D. Windows color (decimal): -16667428 or 14461953. OLE color: 14461953.

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

Color convert

RGB 1 172 220 -
CMYK 1.00 0.22 0 0.14
HSL 193.15º 0.99% 0.43% -
HSV(B) 193.15º 1% 0.86% -
XYZ 27.68 34.68 72.94 -
YUV 126.34 180.85 38.6 -
System Red Green Blue C M Y K H S L
Decimal 1 172 220 1.00 0.22 0 0.14 193.15 0.99 0.43
Hex 1 AC DC 64 16 0 E C1 63 2B
Octal 1 254 334 144 26 0 16 301 143 53
Binary 1 10101100 11011100 1100100 10110 0 1110 11000001 1100011 101011

Color Harmonies of #01ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACDC

Black with #01ACDC

Text Example


Text Example

White with #01ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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