#3DBADC

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

Shades of Summer Sky #3DBADC

Tints of Summer Sky #3DBADC

Color information

#3DBADC (or 0x3DBADC) is unknown color: approx Summer Sky. HEX triplet: 3D, BA and DC. RGB value is (61,186,220). Sum of RGB (Red+Green+Blue) = 61+186+220=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBADC is #C24523. Grayscale: #989898. Windows color (decimal): -12731684 or 14465597. OLE color: 14465597.

HSL color Cylindrical-coordinate representation of color #3DBADC: hue angle of 192.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBADC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61186220-
CMYK0.720.1500.14
HSL192.83º69.43%55.1%-
HSV(B)192.83º72.27%86.27%-
XYZ32.441.2873.97-
YUV152.5166.0962.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.06%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=13.06%
G=39.83%
B=47.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611862200.720.1500.14192.8369.4355.1
Hex3DBADC48F0Ec14537
Octal752723341101701630110567
Binary11110110111010110111001001000111101110110000011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,186,220); }

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

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

 a { background-color: rgb(61,186,220); }

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

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

 span { border-color: rgb(61,186,220); }

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