#3CBADB

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

Shades of Summer Sky #3CBADB

Tints of Summer Sky #3CBADB

Color information

#3CBADB (or 0x3CBADB) is unknown color: approx Summer Sky. HEX triplet: 3C, BA and DB. RGB value is (60,186,219). Sum of RGB (Red+Green+Blue) = 60+186+219=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBADB is #C34524. Grayscale: #979797. Windows color (decimal): -12797221 or 14400060. OLE color: 14400060.

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

Color convert

RGB60186219-
CMYK0.730.1500.14
HSL192.45º68.83%54.71%-
HSV(B)192.45º72.6%85.88%-
XYZ32.2141.1973.27-
YUV152.09165.7662.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.90%
GREEN value IS 186 (73.05% from 255) = 40%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=12.90%
G=40%
B=47.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601862190.730.1500.14192.4568.8354.71
Hex3CBADB49F0Ec04537
Octal742723331111701630010567
Binary11110010111010110110111001001111101110110000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,219); }

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

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

 a { background-color: rgb(60,186,219); }

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

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

 span { border-color: rgb(60,186,219); }

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