#3bc3e4

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

Shades of Summer Sky #3BC3E4

Tints of Summer Sky #3BC3E4

Color information

#3BC3E4 (or 0x3BC3E4) is unknown color: approx Summer Sky. HEX triplet: 3B, C3 and E4. RGB value is (59,195,228). Sum of RGB (Red+Green+Blue) = 59+195+228=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #3BC3E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3E4 is #C43C1B. Grayscale: #9D9D9D. Windows color (decimal): -12860444 or 14992187. OLE color: 14992187.

HSL color Cylindrical-coordinate representation of color #3BC3E4: hue angle of 191.72º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC3E4 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB59195228-
CMYK0.740.1400.11
HSL191.72º75.78%56.27%-
HSV(B)191.72º74.12%89.41%-
XYZ35.3245.5680.33-
YUV158.1167.4457.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.24%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=12.24%
G=40.46%
B=47.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal591952280.740.1400.11191.7275.7856.27
Hex3BC3E44AE0Bc04c38
Octal733033441121601330011470
Binary11101111000011111001001001010111001011110000001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bc3e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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