Html Css Color HEX #1AADD0 Iris Blue

📋 copy color: '#1AADD0'

red 26 ◦ green 173 ◦ blue 208

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

Shades of Iris Blue #1AADD0

Tints of Iris Blue #1AADD0

RGB

 RED value IS 26 (10.55% from 255) = 6.39%

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

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 6.39%
G = 42.51%
B = 51.11%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1AADD0 (or 0x1AADD0) is known color: Iris Blue. HEX triplet: 1A, AD and D0. RGB value is (26,173,208). Sum of RGB (Red+Green+Blue) = 26+173+208=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #1AADD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADD0 is #E5522F. Grayscale: #848484. Windows color (decimal): -15028784 or 13675802. OLE color: 13675802.

HSL color Cylindrical-coordinate representation of color #1AADD0: hue angle of 191.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AADD0 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 173 208 -
CMYK 0.88 0.17 0 0.18
HSL 191.54º 0.78% 0.46% -
HSV(B) 191.54º 0.88% 0.82% -
XYZ 26.75 34.66 64.95 -
YUV 133.04 170.3 51.65 -
System Red Green Blue C M Y K H S L
Decimal 26 173 208 0.88 0.17 0 0.18 191.54 0.78 0.46
Hex 1A AD D0 58 11 0 12 C0 4E 2E
Octal 32 255 320 130 21 0 22 300 116 56
Binary 11010 10101101 11010000 1011000 10001 0 10010 11000000 1001110 101110

Color Harmonies of #1AADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADD0

Black with #1AADD0

Text Example


Text Example

White with #1AADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AADD0; }

 p { color: rgb(26,173,208); }

 H1.HeaderClassName
 {
   color: #1AADD0;
 }
 .AnyTagClassName
 {
   color: #1AADD0;
 }
</style>

background-color css

<style>
 a { background-color: #1AADD0; }

 a { background-color: rgb(26,173,208); }

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

border-color css

<style>
 span { border-color: #1AADD0; }

 span { border-color: rgb(26,173,208); }

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