#3FC0FE

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

Shades of Summer Sky #3FC0FE

Tints of Summer Sky #3FC0FE

Color information

#3FC0FE (or 0x3FC0FE) is unknown color: approx Summer Sky. HEX triplet: 3F, C0 and FE. RGB value is (63,192,254). Sum of RGB (Red+Green+Blue) = 63+192+254=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FC0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC0FE is #C03F01. Grayscale: #A0A0A0. Windows color (decimal): -12599042 or 16695359. OLE color: 16695359.

HSL color Cylindrical-coordinate representation of color #3FC0FE: hue angle of 199.48º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FC0FE is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB63192254-
CMYK0.750.2400.00
HSL199.48º98.96%62.16%-
HSV(B)199.48º75.2%99.61%-
XYZ38.7945.91100.58-
YUV160.5180.7658.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.38%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=12.38%
G=37.72%
B=49.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal631922540.750.2400.00199.4898.9662.16
Hex3FC0FE4B1800c7633e
Octal77300376113300030714376
Binary111111110000001111111010010111100000110001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,192,254); }

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

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

 a { background-color: rgb(63,192,254); }

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

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

 span { border-color: rgb(63,192,254); }

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