Html Css Color HEX #01ABDB Iris Blue

📋 copy color: '#01ABDB'

red 1 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #01ABDB

Tints of Iris Blue #01ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

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

R = 0.26%
G = 43.73%
B = 56.01%

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

#01ABDB (or 0x01ABDB) is known color: Iris Blue. HEX triplet: 01, AB and DB. RGB value is (1,171,219). Sum of RGB (Red+Green+Blue) = 1+171+219=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #01ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABDB is #FE5424. Grayscale: #7D7D7D. Windows color (decimal): -16667685 or 14396161. OLE color: 14396161.

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

Color convert

RGB 1 171 219 -
CMYK 1.00 0.22 0 0.14
HSL 193.21º 0.99% 0.43% -
HSV(B) 193.21º 1% 0.86% -
XYZ 27.36 34.25 72.19 -
YUV 125.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 1 171 219 1.00 0.22 0 0.14 193.21 0.99 0.43
Hex 1 AB DB 64 16 0 E C1 63 2B
Octal 1 253 333 144 26 0 16 301 143 53
Binary 1 10101011 11011011 1100100 10110 0 1110 11000001 1100011 101011

Color Harmonies of #01ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABDB

Black with #01ABDB

Text Example


Text Example

White with #01ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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