#2A93DE

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

Shades of Summer Sky #2A93DE

Tints of Summer Sky #2A93DE

Color information

#2A93DE (or 0x2A93DE) is unknown color: approx Summer Sky. HEX triplet: 2A, 93 and DE. RGB value is (42,147,222). Sum of RGB (Red+Green+Blue) = 42+147+222=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A93DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A93DE is #D56C21. Grayscale: #7B7B7B. Windows color (decimal): -13986850 or 14586666. OLE color: 14586666.

HSL color Cylindrical-coordinate representation of color #2A93DE: hue angle of 205º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A93DE is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42147222-
CMYK0.810.3400.13
HSL205º73.17%51.76%-
HSV(B)205º81.08%87.06%-
XYZ24.5726.6372.95-
YUV124.16183.2169.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.22%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=10.22%
G=35.77%
B=54.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421472220.810.3400.1320573.1751.76
Hex2A93DE51220Dcd4934
Octal522233361214201531511164
Binary1010101001001111011110101000110001001101110011011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,222); }

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

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

 a { background-color: rgb(42,147,222); }

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

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

 span { border-color: rgb(42,147,222); }

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