#3CB6F1

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

Shades of Summer Sky #3CB6F1

Tints of Summer Sky #3CB6F1

Color information

#3CB6F1 (or 0x3CB6F1) is unknown color: approx Summer Sky. HEX triplet: 3C, B6 and F1. RGB value is (60,182,241). Sum of RGB (Red+Green+Blue) = 60+182+241=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CB6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB6F1 is #C3490E. Grayscale: #979797. Windows color (decimal): -12798223 or 15840828. OLE color: 15840828.

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

Color convert

RGB60182241-
CMYK0.750.2400.05
HSL199.56º86.6%59.02%-
HSV(B)199.56º75.1%94.51%-
XYZ34.4740.7789.27-
YUV152.25178.0862.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.42%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=12.42%
G=37.68%
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.05
SystemRedGreenBlueCMYKHSL
Decimal601822410.750.2400.05199.5686.659.02
Hex3CB6F14B1805c8573b
Octal74266361113300531012773
Binary11110010110110111100011001011110000101110010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,182,241); }

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

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

 a { background-color: rgb(60,182,241); }

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

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

 span { border-color: rgb(60,182,241); }

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