Html Css Color HEX #1AA6DF Summer Sky

📋 copy color: '#1AA6DF'

red 26 ◦ green 166 ◦ blue 223

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

Shades of Summer Sky #1AA6DF

Tints of Summer Sky #1AA6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 6.27%
G = 40%
B = 53.73%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1AA6DF (or 0x1AA6DF) is known color: Summer Sky. HEX triplet: 1A, A6 and DF. RGB value is (26,166,223). Sum of RGB (Red+Green+Blue) = 26+166+223=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #1AA6DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA6DF is #E55920. Grayscale: #828282. Windows color (decimal): -15030561 or 14657050. OLE color: 14657050.

HSL color Cylindrical-coordinate representation of color #1AA6DF: hue angle of 197.36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA6DF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 166 223 -
CMYK 0.88 0.26 0 0.13
HSL 197.36º 0.79% 0.49% -
HSV(B) 197.36º 0.88% 0.87% -
XYZ 27.38 32.82 74.7 -
YUV 130.64 180.12 53.37 -
System Red Green Blue C M Y K H S L
Decimal 26 166 223 0.88 0.26 0 0.13 197.36 0.79 0.49
Hex 1A A6 DF 58 1A 0 D C5 4F 31
Octal 32 246 337 130 32 0 15 305 117 61
Binary 11010 10100110 11011111 1011000 11010 0 1101 11000101 1001111 110001

Color Harmonies of #1AA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA6DF

Black with #1AA6DF

Text Example


Text Example

White with #1AA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,223); }

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

background-color css

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

 a { background-color: rgb(26,166,223); }

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

border-color css

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

 span { border-color: rgb(26,166,223); }

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