#3F93DE

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

Shades of Summer Sky #3F93DE

Tints of Summer Sky #3F93DE

Color information

#3F93DE (or 0x3F93DE) is unknown color: approx Summer Sky. HEX triplet: 3F, 93 and DE. RGB value is (63,147,222). Sum of RGB (Red+Green+Blue) = 63+147+222=432 (57% of max value = 765). Red value is 63 (25% from 255 or 14.58% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F93DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F93DE is #C06C21. Grayscale: #828282. Windows color (decimal): -12610594 or 14586687. OLE color: 14586687.

HSL color Cylindrical-coordinate representation of color #3F93DE: hue angle of 208.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F93DE is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63147222-
CMYK0.720.3400.13
HSL208.3º70.67%55.88%-
HSV(B)208.3º71.62%87.06%-
XYZ25.6727.273-
YUV130.43179.6779.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.58%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=14.58%
G=34.03%
B=51.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631472220.720.3400.13208.370.6755.88
Hex3F93DE48220Dd04738
Octal772233361104201532010770
Binary1111111001001111011110100100010001001101110100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,147,222); }

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

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

 a { background-color: rgb(63,147,222); }

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

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

 span { border-color: rgb(63,147,222); }

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