Html Css Color HEX #1AABC9 Iris Blue

📋 copy color: '#1AABC9'

red 26 ◦ green 171 ◦ blue 201

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

Shades of Iris Blue #1AABC9

Tints of Iris Blue #1AABC9

RGB

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

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

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

R = 6.53%
G = 42.96%
B = 50.5%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1AABC9 (or 0x1AABC9) is known color: Iris Blue. HEX triplet: 1A, AB and C9. RGB value is (26,171,201). Sum of RGB (Red+Green+Blue) = 26+171+201=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #1AABC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AABC9 is #E55436. Grayscale: #828282. Windows color (decimal): -15029303 or 13216538. OLE color: 13216538.

HSL color Cylindrical-coordinate representation of color #1AABC9: hue angle of 190.29º 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 #1AABC9 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 171 201 -
CMYK 0.87 0.15 0 0.21
HSL 190.29º 0.77% 0.45% -
HSV(B) 190.29º 0.87% 0.79% -
XYZ 25.53 33.56 60.39 -
YUV 131.07 167.46 53.06 -
System Red Green Blue C M Y K H S L
Decimal 26 171 201 0.87 0.15 0 0.21 190.29 0.77 0.45
Hex 1A AB C9 57 F 0 15 BE 4D 2D
Octal 32 253 311 127 17 0 25 276 115 55
Binary 11010 10101011 11001001 1010111 1111 0 10101 10111110 1001101 101101

Color Harmonies of #1AABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AABC9

Black with #1AABC9

Text Example


Text Example

White with #1AABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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