#3FA8D4

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

Shades of Summer Sky #3FA8D4

Tints of Summer Sky #3FA8D4

Color information

#3FA8D4 (or 0x3FA8D4) is unknown color: approx Summer Sky. HEX triplet: 3F, A8 and D4. RGB value is (63,168,212). Sum of RGB (Red+Green+Blue) = 63+168+212=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #3FA8D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA8D4 is #C0572B. Grayscale: #8D8D8D. Windows color (decimal): -12605228 or 13936703. OLE color: 13936703.

HSL color Cylindrical-coordinate representation of color #3FA8D4: hue angle of 197.72º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FA8D4 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63168212-
CMYK0.700.2100.17
HSL197.72º63.4%53.92%-
HSV(B)197.72º70.28%83.14%-
XYZ27.9433.8267.34-
YUV141.62167.7171.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.22%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 212 (83.20% from 255) = 47.86%
R=14.22%
G=37.92%
B=47.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631682120.700.2100.17197.7263.453.92
Hex3FA8D44615011c63f36
Octal77250324106250213067766
Binary111111101010001101010010001101010101000111000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,168,212); }

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

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

 a { background-color: rgb(63,168,212); }

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

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

 span { border-color: rgb(63,168,212); }

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