#3A9DEE

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

Shades of Summer Sky #3A9DEE

Tints of Summer Sky #3A9DEE

Color information

#3A9DEE (or 0x3A9DEE) is unknown color: approx Summer Sky. HEX triplet: 3A, 9D and EE. RGB value is (58,157,238). Sum of RGB (Red+Green+Blue) = 58+157+238=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A9DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9DEE is #C56211. Grayscale: #888888. Windows color (decimal): -12935698 or 15637818. OLE color: 15637818.

HSL color Cylindrical-coordinate representation of color #3A9DEE: hue angle of 207º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A9DEE is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB58157238-
CMYK0.760.3400.07
HSL207º84.11%58.04%-
HSV(B)207º75.63%93.33%-
XYZ29.2331.1985.37-
YUV136.63185.271.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.80%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 238 (93.36% from 255) = 52.54%
R=12.80%
G=34.66%
B=52.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal581572380.760.3400.0720784.1158.04
Hex3A9DEE4C2207cf543a
Octal72235356114420731712472
Binary111010100111011110111010011001000100111110011111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A9DEE; }

 p { color: rgb(58,157,238); }

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

<style>
 a { background-color: #3A9DEE; }

 a { background-color: rgb(58,157,238); }

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

<style>
 span { border-color: #3A9DEE; }

 span { border-color: rgb(58,157,238); }

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