#3FCDF2

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

Shades of Summer Sky #3FCDF2

Tints of Summer Sky #3FCDF2

Color information

#3FCDF2 (or 0x3FCDF2) is unknown color: approx Summer Sky. HEX triplet: 3F, CD and F2. RGB value is (63,205,242). Sum of RGB (Red+Green+Blue) = 63+205+242=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCDF2 is #C0320D. Grayscale: #A6A6A6. Windows color (decimal): -12595726 or 15912255. OLE color: 15912255.

HSL color Cylindrical-coordinate representation of color #3FCDF2: hue angle of 192.4º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCDF2 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63205242-
CMYK0.740.1500.05
HSL192.4º87.32%59.8%-
HSV(B)192.4º73.97%94.9%-
XYZ39.9151.1391.77-
YUV166.76170.4653.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.35%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 242 (94.92% from 255) = 47.45%
R=12.35%
G=40.20%
B=47.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632052420.740.1500.05192.487.3259.8
Hex3FCDF24AF05c0573c
Octal77315362112170530012774
Binary1111111100110111110010100101011110101110000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,242); }

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

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

 a { background-color: rgb(63,205,242); }

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

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

 span { border-color: rgb(63,205,242); }

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