#2DAFE1

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

Shades of Summer Sky #2DAFE1

Tints of Summer Sky #2DAFE1

Color information

#2DAFE1 (or 0x2DAFE1) is unknown color: approx Summer Sky. HEX triplet: 2D, AF and E1. RGB value is (45,175,225). Sum of RGB (Red+Green+Blue) = 45+175+225=445 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.11% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #2DAFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFE1 is #D2501E. Grayscale: #8D8D8D. Windows color (decimal): -13783071 or 14790445. OLE color: 14790445.

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

Color convert

RGB45175225-
CMYK0.80.2200.12
HSL196.67º75%52.94%-
HSV(B)196.67º80%88.24%-
XYZ3036.6576.73-
YUV141.83174.9358.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.11%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 225 (88.28% from 255) = 50.56%
R=10.11%
G=39.33%
B=50.56%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal451752250.80.2200.12196.677552.94
Hex2DAFE150160Cc54b35
Octal552573411202601430511365
Binary101101101011111110000110100001011001100110001011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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