#3AA9FD

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

Shades of Summer Sky #3AA9FD

Tints of Summer Sky #3AA9FD

Color information

#3AA9FD (or 0x3AA9FD) is unknown color: approx Summer Sky. HEX triplet: 3A, A9 and FD. RGB value is (58,169,253). Sum of RGB (Red+Green+Blue) = 58+169+253=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AA9FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA9FD is #C55602. Grayscale: #909090. Windows color (decimal): -12932611 or 16623930. OLE color: 16623930.

HSL color Cylindrical-coordinate representation of color #3AA9FD: hue angle of 205.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AA9FD is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB58169253-
CMYK0.770.3300.01
HSL205.85º97.99%60.98%-
HSV(B)205.85º77.08%99.22%-
XYZ33.6636.3798.17-
YUV145.39188.7365.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.08%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=12.08%
G=35.21%
B=52.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal581692530.770.3300.01205.8597.9960.98
Hex3AA9FD4D2101ce623d
Octal72251375115410131614275
Binary1110101010100111111101100110110000101110011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,169,253); }

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

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

 a { background-color: rgb(58,169,253); }

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

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

 span { border-color: rgb(58,169,253); }

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