Html Css Color HEX #1AADC9 Iris Blue

📋 copy color: '#1AADC9'

red 26 ◦ green 173 ◦ blue 201

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

Shades of Iris Blue #1AADC9

Tints of Iris Blue #1AADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.25%

R = 6.5%
G = 43.25%
B = 50.25%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1AADC9 (or 0x1AADC9) is known color: Iris Blue. HEX triplet: 1A, AD and C9. RGB value is (26,173,201). Sum of RGB (Red+Green+Blue) = 26+173+201=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #1AADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADC9 is #E55236. Grayscale: #838383. Windows color (decimal): -15028791 or 13217050. OLE color: 13217050.

HSL color Cylindrical-coordinate representation of color #1AADC9: hue angle of 189.6º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AADC9 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 173 201 -
CMYK 0.87 0.14 0 0.21
HSL 189.6º 0.77% 0.45% -
HSV(B) 189.6º 0.87% 0.79% -
XYZ 25.91 34.32 60.52 -
YUV 132.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 26 173 201 0.87 0.14 0 0.21 189.6 0.77 0.45
Hex 1A AD C9 57 E 0 15 BE 4D 2D
Octal 32 255 311 127 16 0 25 276 115 55
Binary 11010 10101101 11001001 1010111 1110 0 10101 10111110 1001101 101101

Color Harmonies of #1AADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADC9

Black with #1AADC9

Text Example


Text Example

White with #1AADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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