Html Css Color HEX #01ADD3 Iris Blue

📋 copy color: '#01ADD3'

red 1 ◦ green 173 ◦ blue 211

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

Shades of Iris Blue #01ADD3

Tints of Iris Blue #01ADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.81%

R = 0.26%
G = 44.94%
B = 54.81%

CMYK

 C value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#01ADD3 (or 0x01ADD3) is known color: Iris Blue. HEX triplet: 01, AD and D3. RGB value is (1,173,211). Sum of RGB (Red+Green+Blue) = 1+173+211=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #01ADD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADD3 is #FE522C. Grayscale: #7D7D7D. Windows color (decimal): -16667181 or 13872385. OLE color: 13872385.

HSL color Cylindrical-coordinate representation of color #01ADD3: hue angle of 190.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADD3 is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 173 211 -
CMYK 1.00 0.18 0 0.17
HSL 190.86º 0.99% 0.42% -
HSV(B) 190.86º 1% 0.83% -
XYZ 26.71 34.6 66.9 -
YUV 125.9 176.02 38.91 -
System Red Green Blue C M Y K H S L
Decimal 1 173 211 1.00 0.18 0 0.17 190.86 0.99 0.42
Hex 1 AD D3 64 12 0 11 BF 63 2A
Octal 1 255 323 144 22 0 21 277 143 52
Binary 1 10101101 11010011 1100100 10010 0 10001 10111111 1100011 101010

Color Harmonies of #01ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADD3

Black with #01ADD3

Text Example


Text Example

White with #01ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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