#1DAFE1

Color #1DAFE1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1DAFE1

Tints of Summer Sky #1DAFE1

Color information

#1DAFE1 (or 0x1DAFE1) is unknown color: approx Summer Sky. HEX triplet: 1D, AF and E1. RGB value is (29,175,225). Sum of RGB (Red+Green+Blue) = 29+175+225=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #1DAFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAFE1 is #E2501E. Grayscale: #888888. Windows color (decimal): -14831647 or 14790429. OLE color: 14790429.

HSL color Cylindrical-coordinate representation of color #1DAFE1: hue angle of 195.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DAFE1 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB29175225-
CMYK0.870.2200.12
HSL195.31º77.17%49.8%-
HSV(B)195.31º87.11%88.24%-
XYZ29.4336.3676.7-
YUV137.05177.6350.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.76%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=6.76%
G=40.79%
B=52.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal291752250.870.2200.12195.3177.1749.8
Hex1DAFE157160Cc34d32
Octal352573411272601430311562
Binary11101101011111110000110101111011001100110000111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,225); }

 H1.HeaderClassName
 {
   color: #1DAFE1;
 }
 .AnyTagClassName
 {
   color: #1DAFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(29,175,225); }

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

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

 span { border-color: rgb(29,175,225); }

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