#3CD1ED

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

Shades of Summer Sky #3CD1ED

Tints of Summer Sky #3CD1ED

Color information

#3CD1ED (or 0x3CD1ED) is unknown color: approx Summer Sky. HEX triplet: 3C, D1 and ED. RGB value is (60,209,237). Sum of RGB (Red+Green+Blue) = 60+209+237=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CD1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD1ED is #C32E12. Grayscale: #A7A7A7. Windows color (decimal): -12791315 or 15585596. OLE color: 15585596.

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

Color convert

RGB60209237-
CMYK0.750.1200.07
HSL189.49º83.1%58.24%-
HSV(B)189.49º74.68%92.94%-
XYZ39.9552.6888.18-
YUV167.64167.1451.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.86%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=11.86%
G=41.30%
B=46.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal602092370.750.1200.07189.4983.158.24
Hex3CD1ED4BC07bd533a
Octal74321355113140727512372
Binary1111001101000111101101100101111000111101111011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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