#3CBDDF

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

Shades of Summer Sky #3CBDDF

Tints of Summer Sky #3CBDDF

Color information

#3CBDDF (or 0x3CBDDF) is unknown color: approx Summer Sky. HEX triplet: 3C, BD and DF. RGB value is (60,189,223). Sum of RGB (Red+Green+Blue) = 60+189+223=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDDF is #C34220. Grayscale: #9A9A9A. Windows color (decimal): -12796449 or 14662972. OLE color: 14662972.

HSL color Cylindrical-coordinate representation of color #3CBDDF: hue angle of 192.52º degrees, saturation: 0.72, 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 #3CBDDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60189223-
CMYK0.730.1500.13
HSL192.52º71.81%55.49%-
HSV(B)192.52º73.09%87.45%-
XYZ33.3842.6876.29-
YUV154.3166.7660.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.71%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=12.71%
G=40.04%
B=47.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal601892230.730.1500.13192.5271.8155.49
Hex3CBDDF49F0Dc14837
Octal742753371111701530111067
Binary11110010111101110111111001001111101101110000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,189,223); }

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

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

 a { background-color: rgb(60,189,223); }

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

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

 span { border-color: rgb(60,189,223); }

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