Html Css Color HEX #01ACDA Iris Blue

📋 copy color: '#01ACDA'

red 1 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #01ACDA

Tints of Iris Blue #01ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 0.26%
G = 43.99%
B = 55.75%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#01ACDA (or 0x01ACDA) is known color: Iris Blue. HEX triplet: 01, AC and DA. RGB value is (1,172,218). Sum of RGB (Red+Green+Blue) = 1+172+218=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #01ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACDA is #FE5325. Grayscale: #7D7D7D. Windows color (decimal): -16667430 or 14330881. OLE color: 14330881.

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

Color convert

RGB 1 172 218 -
CMYK 1.00 0.21 0 0.15
HSL 192.72º 0.99% 0.43% -
HSV(B) 192.72º 1% 0.85% -
XYZ 27.42 34.57 71.56 -
YUV 126.12 179.85 38.76 -
System Red Green Blue C M Y K H S L
Decimal 1 172 218 1.00 0.21 0 0.15 192.72 0.99 0.43
Hex 1 AC DA 64 15 0 F C1 63 2B
Octal 1 254 332 144 25 0 17 301 143 53
Binary 1 10101100 11011010 1100100 10101 0 1111 11000001 1100011 101011

Color Harmonies of #01ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACDA

Black with #01ACDA

Text Example


Text Example

White with #01ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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