Html Css Color HEX #1AAACE Iris Blue

📋 copy color: '#1AAACE'

red 26 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #1AAACE

Tints of Iris Blue #1AAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 6.47%
G = 42.29%
B = 51.24%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AAACE (or 0x1AAACE) is known color: Iris Blue. HEX triplet: 1A, AA and CE. RGB value is (26,170,206). Sum of RGB (Red+Green+Blue) = 26+170+206=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAACE is #E55531. Grayscale: #828282. Windows color (decimal): -15029554 or 13543962. OLE color: 13543962.

HSL color Cylindrical-coordinate representation of color #1AAACE: hue angle of 192º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAACE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 170 206 -
CMYK 0.87 0.17 0 0.19
HSL 192º 0.78% 0.45% -
HSV(B) 192º 0.87% 0.81% -
XYZ 25.94 33.43 63.48 -
YUV 131.05 170.29 53.07 -
System Red Green Blue C M Y K H S L
Decimal 26 170 206 0.87 0.17 0 0.19 192 0.78 0.45
Hex 1A AA CE 57 11 0 13 C0 4E 2D
Octal 32 252 316 127 21 0 23 300 116 55
Binary 11010 10101010 11001110 1010111 10001 0 10011 11000000 1001110 101101

Color Harmonies of #1AAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAACE

Black with #1AAACE

Text Example


Text Example

White with #1AAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,206); }

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

background-color css

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

 a { background-color: rgb(26,170,206); }

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

border-color css

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

 span { border-color: rgb(26,170,206); }

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