#3BAEF0

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

Shades of Summer Sky #3BAEF0

Tints of Summer Sky #3BAEF0

Color information

#3BAEF0 (or 0x3BAEF0) is unknown color: approx Summer Sky. HEX triplet: 3B, AE and F0. RGB value is (59,174,240). Sum of RGB (Red+Green+Blue) = 59+174+240=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BAEF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAEF0 is #C4510F. Grayscale: #929292. Windows color (decimal): -12865808 or 15773243. OLE color: 15773243.

HSL color Cylindrical-coordinate representation of color #3BAEF0: hue angle of 201.88º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAEF0 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB59174240-
CMYK0.750.2800.06
HSL201.88º85.78%58.63%-
HSV(B)201.88º75.42%94.12%-
XYZ32.6737.4987.95-
YUV147.14180.465.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.47%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=12.47%
G=36.79%
B=50.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal591742400.750.2800.06201.8885.7858.63
Hex3BAEF04B1C06ca563b
Octal73256360113340631212673
Binary11101110101110111100001001011111000110110010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,240); }

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

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

 a { background-color: rgb(59,174,240); }

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

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

 span { border-color: rgb(59,174,240); }

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