#3FCAF1

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

Shades of Summer Sky #3FCAF1

Tints of Summer Sky #3FCAF1

Color information

#3FCAF1 (or 0x3FCAF1) is unknown color: approx Summer Sky. HEX triplet: 3F, CA and F1. RGB value is (63,202,241). Sum of RGB (Red+Green+Blue) = 63+202+241=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FCAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCAF1 is #C0350E. Grayscale: #A4A4A4. Windows color (decimal): -12596495 or 15845951. OLE color: 15845951.

HSL color Cylindrical-coordinate representation of color #3FCAF1: hue angle of 193.15º degrees, saturation: 0.86, 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 #3FCAF1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63202241-
CMYK0.740.1600.05
HSL193.15º86.41%59.61%-
HSV(B)193.15º73.86%94.51%-
XYZ39.0549.6590.74-
YUV164.88170.9555.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.45%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=12.45%
G=39.92%
B=47.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632022410.740.1600.05193.1586.4159.61
Hex3FCAF14A1005c1563c
Octal77312361112200530112674
Binary11111111001010111100011001010100000101110000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,241); }

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

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

 a { background-color: rgb(63,202,241); }

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

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

 span { border-color: rgb(63,202,241); }

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