Html Css Color HEX #01ADDB Iris Blue

📋 copy color: '#01ADDB'

red 1 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #01ADDB

Tints of Iris Blue #01ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

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

R = 0.25%
G = 44.02%
B = 55.73%

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

#01ADDB (or 0x01ADDB) is known color: Iris Blue. HEX triplet: 01, AD and DB. RGB value is (1,173,219). Sum of RGB (Red+Green+Blue) = 1+173+219=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #01ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADDB is #FE5224. Grayscale: #7E7E7E. Windows color (decimal): -16667173 or 14396673. OLE color: 14396673.

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

Color convert

RGB 1 173 219 -
CMYK 1.00 0.21 0 0.14
HSL 192.66º 0.99% 0.43% -
HSV(B) 192.66º 1% 0.86% -
XYZ 27.74 35.01 72.31 -
YUV 126.82 180.02 38.26 -
System Red Green Blue C M Y K H S L
Decimal 1 173 219 1.00 0.21 0 0.14 192.66 0.99 0.43
Hex 1 AD DB 64 15 0 E C1 63 2B
Octal 1 255 333 144 25 0 16 301 143 53
Binary 1 10101101 11011011 1100100 10101 0 1110 11000001 1100011 101011

Color Harmonies of #01ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADDB

Black with #01ADDB

Text Example


Text Example

White with #01ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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