Html Css Color HEX #1AAECE Iris Blue

📋 copy color: '#1AAECE'

red 26 ◦ green 174 ◦ blue 206

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

Shades of Iris Blue #1AAECE

Tints of Iris Blue #1AAECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.86%

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

R = 6.4%
G = 42.86%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AAECE (or 0x1AAECE) is known color: Iris Blue. HEX triplet: 1A, AE and CE. RGB value is (26,174,206). Sum of RGB (Red+Green+Blue) = 26+174+206=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECE is #E55131. Grayscale: #858585. Windows color (decimal): -15028530 or 13544986. OLE color: 13544986.

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

Color convert

RGB 26 174 206 -
CMYK 0.87 0.16 0 0.19
HSL 190.67º 0.78% 0.45% -
HSV(B) 190.67º 0.87% 0.81% -
XYZ 26.7 34.95 63.73 -
YUV 133.4 168.97 51.4 -
System Red Green Blue C M Y K H S L
Decimal 26 174 206 0.87 0.16 0 0.19 190.67 0.78 0.45
Hex 1A AE CE 57 10 0 13 BF 4E 2D
Octal 32 256 316 127 20 0 23 277 116 55
Binary 11010 10101110 11001110 1010111 10000 0 10011 10111111 1001110 101101

Color Harmonies of #1AAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAECE

Black with #1AAECE

Text Example


Text Example

White with #1AAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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