Html Css Color HEX #1AAEDB Summer Sky

📋 copy color: '#1AAEDB'

red 26 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #1AAEDB

Tints of Summer Sky #1AAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 6.21%
G = 41.53%
B = 52.27%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AAEDB (or 0x1AAEDB) is known color: Summer Sky. HEX triplet: 1A, AE and DB. RGB value is (26,174,219). Sum of RGB (Red+Green+Blue) = 26+174+219=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEDB is #E55124. Grayscale: #868686. Windows color (decimal): -15028517 or 14396954. OLE color: 14396954.

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

Color convert

RGB 26 174 219 -
CMYK 0.88 0.21 0 0.14
HSL 193.99º 0.79% 0.48% -
HSV(B) 193.99º 0.88% 0.86% -
XYZ 28.35 35.61 72.4 -
YUV 134.88 175.47 50.34 -
System Red Green Blue C M Y K H S L
Decimal 26 174 219 0.88 0.21 0 0.14 193.99 0.79 0.48
Hex 1A AE DB 58 15 0 E C2 4F 30
Octal 32 256 333 130 25 0 16 302 117 60
Binary 11010 10101110 11011011 1011000 10101 0 1110 11000010 1001111 110000

Color Harmonies of #1AAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEDB

Black with #1AAEDB

Text Example


Text Example

White with #1AAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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