Html Css Color HEX #1AA5D6 Summer Sky

📋 copy color: '#1AA5D6'

red 26 ◦ green 165 ◦ blue 214

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

Shades of Summer Sky #1AA5D6

Tints of Summer Sky #1AA5D6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 6.42%
G = 40.74%
B = 52.84%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1AA5D6 (or 0x1AA5D6) is known color: Summer Sky. HEX triplet: 1A, A5 and D6. RGB value is (26,165,214). Sum of RGB (Red+Green+Blue) = 26+165+214=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #1AA5D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA5D6 is #E55A29. Grayscale: #808080. Windows color (decimal): -15030826 or 14066970. OLE color: 14066970.

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

Color convert

RGB 26 165 214 -
CMYK 0.88 0.23 0 0.16
HSL 195.64º 0.78% 0.47% -
HSV(B) 195.64º 0.88% 0.84% -
XYZ 26.02 31.98 68.42 -
YUV 129.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 26 165 214 0.88 0.23 0 0.16 195.64 0.78 0.47
Hex 1A A5 D6 58 17 0 10 C4 4E 2F
Octal 32 245 326 130 27 0 20 304 116 57
Binary 11010 10100101 11010110 1011000 10111 0 10000 11000100 1001110 101111

Color Harmonies of #1AA5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA5D6

Black with #1AA5D6

Text Example


Text Example

White with #1AA5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,214); }

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

background-color css

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

 a { background-color: rgb(26,165,214); }

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

border-color css

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

 span { border-color: rgb(26,165,214); }

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