Html Css Color HEX #01ACDB Iris Blue

📋 copy color: '#01ACDB'

red 1 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #01ACDB

Tints of Iris Blue #01ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 0.26%
G = 43.88%
B = 55.87%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01ACDB (or 0x01ACDB) is known color: Iris Blue. HEX triplet: 01, AC and DB. RGB value is (1,172,219). Sum of RGB (Red+Green+Blue) = 1+172+219=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #01ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACDB is #FE5324. Grayscale: #7D7D7D. Windows color (decimal): -16667429 or 14396417. OLE color: 14396417.

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

Color convert

RGB 1 172 219 -
CMYK 1.00 0.21 0 0.14
HSL 192.94º 0.99% 0.43% -
HSV(B) 192.94º 1% 0.86% -
XYZ 27.55 34.63 72.25 -
YUV 126.23 180.35 38.68 -
System Red Green Blue C M Y K H S L
Decimal 1 172 219 1.00 0.21 0 0.14 192.94 0.99 0.43
Hex 1 AC DB 64 15 0 E C1 63 2B
Octal 1 254 333 144 25 0 16 301 143 53
Binary 1 10101100 11011011 1100100 10101 0 1110 11000001 1100011 101011

Color Harmonies of #01ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACDB

Black with #01ACDB

Text Example


Text Example

White with #01ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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