Html Css Color HEX #1AACD5 Iris Blue

📋 copy color: '#1AACD5'

red 26 ◦ green 172 ◦ blue 213

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

Shades of Iris Blue #1AACD5

Tints of Iris Blue #1AACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 6.33%
G = 41.85%
B = 51.82%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1AACD5 (or 0x1AACD5) is known color: Iris Blue. HEX triplet: 1A, AC and D5. RGB value is (26,172,213). Sum of RGB (Red+Green+Blue) = 26+172+213=411 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.33% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #1AACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACD5 is #E5532A. Grayscale: #848484. Windows color (decimal): -15029035 or 14003226. OLE color: 14003226.

HSL color Cylindrical-coordinate representation of color #1AACD5: hue angle of 193.16º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AACD5 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 172 213 -
CMYK 0.88 0.19 0 0.16
HSL 193.16º 0.78% 0.47% -
HSV(B) 193.16º 0.88% 0.84% -
XYZ 27.19 34.53 68.18 -
YUV 133.02 173.13 51.67 -
System Red Green Blue C M Y K H S L
Decimal 26 172 213 0.88 0.19 0 0.16 193.16 0.78 0.47
Hex 1A AC D5 58 13 0 10 C1 4E 2F
Octal 32 254 325 130 23 0 20 301 116 57
Binary 11010 10101100 11010101 1011000 10011 0 10000 11000001 1001110 101111

Color Harmonies of #1AACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACD5

Black with #1AACD5

Text Example


Text Example

White with #1AACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,172,213); }

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

background-color css

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

 a { background-color: rgb(26,172,213); }

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

border-color css

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

 span { border-color: rgb(26,172,213); }

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