#3CB1ED

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

Shades of Summer Sky #3CB1ED

Tints of Summer Sky #3CB1ED

Color information

#3CB1ED (or 0x3CB1ED) is unknown color: approx Summer Sky. HEX triplet: 3C, B1 and ED. RGB value is (60,177,237). Sum of RGB (Red+Green+Blue) = 60+177+237=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CB1ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB1ED is #C34E12. Grayscale: #949494. Windows color (decimal): -12799507 or 15577404. OLE color: 15577404.

HSL color Cylindrical-coordinate representation of color #3CB1ED: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB1ED is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB60177237-
CMYK0.750.2500.07
HSL200.34º83.1%58.24%-
HSV(B)200.34º74.68%92.94%-
XYZ32.8738.5285.82-
YUV148.86177.7464.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.66%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 237 (92.97% from 255) = 50%
R=12.66%
G=37.34%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal601772370.750.2500.07200.3483.158.24
Hex3CB1ED4B1907c8533a
Octal74261355113310731012372
Binary11110010110001111011011001011110010111110010001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,237); }

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

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

 a { background-color: rgb(60,177,237); }

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

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

 span { border-color: rgb(60,177,237); }

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