#3BC2EA

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

Shades of Summer Sky #3BC2EA

Tints of Summer Sky #3BC2EA

Color information

#3BC2EA (or 0x3BC2EA) is unknown color: approx Summer Sky. HEX triplet: 3B, C2 and EA. RGB value is (59,194,234). Sum of RGB (Red+Green+Blue) = 59+194+234=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BC2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC2EA is #C43D15. Grayscale: #9D9D9D. Windows color (decimal): -12860694 or 15385147. OLE color: 15385147.

HSL color Cylindrical-coordinate representation of color #3BC2EA: hue angle of 193.71º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BC2EA is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB59194234-
CMYK0.750.1700.08
HSL193.71º80.65%57.45%-
HSV(B)193.71º74.79%91.76%-
XYZ35.9545.4584.72-
YUV158.2170.7757.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.11%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=12.11%
G=39.84%
B=48.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal591942340.750.1700.08193.7180.6557.45
Hex3BC2EA4B1108c25139
Octal733023521132101030212171
Binary111011110000101110101010010111000101000110000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,194,234); }

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

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

 a { background-color: rgb(59,194,234); }

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

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

 span { border-color: rgb(59,194,234); }

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