#3AA8FA

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

Shades of Summer Sky #3AA8FA

Tints of Summer Sky #3AA8FA

Color information

#3AA8FA (or 0x3AA8FA) is unknown color: approx Summer Sky. HEX triplet: 3A, A8 and FA. RGB value is (58,168,250). Sum of RGB (Red+Green+Blue) = 58+168+250=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AA8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA8FA is #C55705. Grayscale: #909090. Windows color (decimal): -12932870 or 16427066. OLE color: 16427066.

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

Color convert

RGB58168250-
CMYK0.770.3300.02
HSL205.62º95.05%60.39%-
HSV(B)205.62º76.8%98.04%-
XYZ3335.8195.61-
YUV144.46187.5666.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.18%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 250 (98.05% from 255) = 52.52%
R=12.18%
G=35.29%
B=52.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581682500.770.3300.02205.6295.0560.39
Hex3AA8FA4D2102ce5f3c
Octal72250372115410231613774
Binary11101010101000111110101001101100001010110011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,168,250); }

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

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

 a { background-color: rgb(58,168,250); }

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

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

 span { border-color: rgb(58,168,250); }

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