#3BC3D6

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

Shades of Summer Sky #3BC3D6

Tints of Summer Sky #3BC3D6

Color information

#3BC3D6 (or 0x3BC3D6) is unknown color: approx Summer Sky. HEX triplet: 3B, C3 and D6. RGB value is (59,195,214). Sum of RGB (Red+Green+Blue) = 59+195+214=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BC3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3D6 is #C43C29. Grayscale: #9C9C9C. Windows color (decimal): -12860458 or 14074683. OLE color: 14074683.

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

Color convert

RGB59195214-
CMYK0.720.0900.16
HSL187.35º65.4%53.53%-
HSV(B)187.35º72.43%83.92%-
XYZ33.4644.8270.51-
YUV156.5160.4458.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.61%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 214 (83.98% from 255) = 45.73%
R=12.61%
G=41.67%
B=45.73%

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
Decimal591952140.720.0900.16187.3565.453.53
Hex3BC3D6489010bb4136
Octal733033261101102027310166
Binary111011110000111101011010010001001010000101110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,214); }

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

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

 a { background-color: rgb(59,195,214); }

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

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

 span { border-color: rgb(59,195,214); }

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