#3FA6CF

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

Shades of Summer Sky #3FA6CF

Tints of Summer Sky #3FA6CF

Color information

#3FA6CF (or 0x3FA6CF) is unknown color: approx Summer Sky. HEX triplet: 3F, A6 and CF. RGB value is (63,166,207). Sum of RGB (Red+Green+Blue) = 63+166+207=436 (57% of max value = 765). Red value is 63 (25% from 255 or 14.45% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FA6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA6CF is #C05930. Grayscale: #8B8B8B. Windows color (decimal): -12605745 or 13608511. OLE color: 13608511.

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

Color convert

RGB63166207-
CMYK0.700.2000.19
HSL197.08º60%52.94%-
HSV(B)197.08º69.57%81.18%-
XYZ26.9532.8363.95-
YUV139.88165.8873.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.45%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=14.45%
G=38.07%
B=47.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal631662070.700.2000.19197.086052.94
Hex3FA6CF4614013c53c35
Octal77246317106240233057465
Binary111111101001101100111110001101010001001111000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,166,207); }

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

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

 a { background-color: rgb(63,166,207); }

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

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

 span { border-color: rgb(63,166,207); }

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