#3CB0ED

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

Shades of Summer Sky #3CB0ED

Tints of Summer Sky #3CB0ED

Color information

#3CB0ED (or 0x3CB0ED) is unknown color: approx Summer Sky. HEX triplet: 3C, B0 and ED. RGB value is (60,176,237). Sum of RGB (Red+Green+Blue) = 60+176+237=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CB0ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CB0ED is #C34F12. Grayscale: #939393. Windows color (decimal): -12799763 or 15577148. OLE color: 15577148.

HSL color Cylindrical-coordinate representation of color #3CB0ED: hue angle of 200.68º 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 #3CB0ED is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB60176237-
CMYK0.750.2600.07
HSL200.68º83.1%58.24%-
HSV(B)200.68º74.68%92.94%-
XYZ32.6738.1385.76-
YUV148.27178.0765.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.68%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=12.68%
G=37.21%
B=50.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal601762370.750.2600.07200.6883.158.24
Hex3CB0ED4B1A07c9533a
Octal74260355113320731112372
Binary11110010110000111011011001011110100111110010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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