#3FA4CE

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

Shades of Summer Sky #3FA4CE

Tints of Summer Sky #3FA4CE

Color information

#3FA4CE (or 0x3FA4CE) is unknown color: approx Summer Sky. HEX triplet: 3F, A4 and CE. RGB value is (63,164,206). Sum of RGB (Red+Green+Blue) = 63+164+206=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FA4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA4CE is #C05B31. Grayscale: #8A8A8A. Windows color (decimal): -12606258 or 13542463. OLE color: 13542463.

HSL color Cylindrical-coordinate representation of color #3FA4CE: hue angle of 197.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FA4CE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB63164206-
CMYK0.690.2000.19
HSL197.62º59.34%52.75%-
HSV(B)197.62º69.42%80.78%-
XYZ26.4732.0663.19-
YUV138.59166.0474.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.55%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=14.55%
G=37.88%
B=47.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631642060.690.2000.19197.6259.3452.75
Hex3FA4CE4514013c63b35
Octal77244316105240233067365
Binary111111101001001100111010001011010001001111000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,164,206); }

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

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

 a { background-color: rgb(63,164,206); }

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

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

 span { border-color: rgb(63,164,206); }

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