#3BC1D5

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

Shades of Summer Sky #3BC1D5

Tints of Summer Sky #3BC1D5

Color information

#3BC1D5 (or 0x3BC1D5) is unknown color: approx Summer Sky. HEX triplet: 3B, C1 and D5. RGB value is (59,193,213). Sum of RGB (Red+Green+Blue) = 59+193+213=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #3BC1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1D5 is #C43E2A. Grayscale: #9B9B9B. Windows color (decimal): -12860971 or 14008635. OLE color: 14008635.

HSL color Cylindrical-coordinate representation of color #3BC1D5: hue angle of 187.79º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BC1D5 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59193213-
CMYK0.720.0900.16
HSL187.79º64.71%53.33%-
HSV(B)187.79º72.3%83.53%-
XYZ32.8843.8769.69-
YUV155.21160.6159.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.69%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=12.69%
G=41.51%
B=45.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591932130.720.0900.16187.7964.7153.33
Hex3BC1D5489010bc4135
Octal733013251101102027410165
Binary111011110000011101010110010001001010000101111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,213); }

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

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

 a { background-color: rgb(59,193,213); }

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

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

 span { border-color: rgb(59,193,213); }

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