#3FA3D8

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

Shades of Summer Sky #3FA3D8

Tints of Summer Sky #3FA3D8

Color information

#3FA3D8 (or 0x3FA3D8) is unknown color: approx Summer Sky. HEX triplet: 3F, A3 and D8. RGB value is (63,163,216). Sum of RGB (Red+Green+Blue) = 63+163+216=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FA3D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA3D8 is #C05C27. Grayscale: #8A8A8A. Windows color (decimal): -12606504 or 14197567. OLE color: 14197567.

HSL color Cylindrical-coordinate representation of color #3FA3D8: hue angle of 200.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FA3D8 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB63163216-
CMYK0.710.2500.15
HSL200.78º66.23%54.71%-
HSV(B)200.78º70.83%84.71%-
XYZ27.5432.2169.73-
YUV139.14171.3773.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.25%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=14.25%
G=36.88%
B=48.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal631632160.710.2500.15200.7866.2354.71
Hex3FA3D847190Fc94237
Octal772433301073101731110267
Binary111111101000111101100010001111100101111110010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,163,216); }

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

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

 a { background-color: rgb(63,163,216); }

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

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

 span { border-color: rgb(63,163,216); }

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