#3C9BDE

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

Shades of Summer Sky #3C9BDE

Tints of Summer Sky #3C9BDE

Color information

#3C9BDE (or 0x3C9BDE) is unknown color: approx Summer Sky. HEX triplet: 3C, 9B and DE. RGB value is (60,155,222). Sum of RGB (Red+Green+Blue) = 60+155+222=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C9BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BDE is #C36421. Grayscale: #858585. Windows color (decimal): -12805154 or 14588732. OLE color: 14588732.

HSL color Cylindrical-coordinate representation of color #3C9BDE: hue angle of 204.81º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C9BDE is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60155222-
CMYK0.730.3000.13
HSL204.81º71.05%55.29%-
HSV(B)204.81º72.97%87.06%-
XYZ26.7729.6873.42-
YUV134.23177.5375.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.73%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=13.73%
G=35.47%
B=50.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal601552220.730.3000.13204.8171.0555.29
Hex3C9BDE491E0Dcd4737
Octal742333361113601531510767
Binary111100100110111101111010010011111001101110011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,155,222); }

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

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

 a { background-color: rgb(60,155,222); }

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

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

 span { border-color: rgb(60,155,222); }

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