#3BAEED

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

Shades of Summer Sky #3BAEED

Tints of Summer Sky #3BAEED

Color information

#3BAEED (or 0x3BAEED) is unknown color: approx Summer Sky. HEX triplet: 3B, AE and ED. RGB value is (59,174,237). Sum of RGB (Red+Green+Blue) = 59+174+237=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BAEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAEED is #C45112. Grayscale: #929292. Windows color (decimal): -12865811 or 15576635. OLE color: 15576635.

HSL color Cylindrical-coordinate representation of color #3BAEED: hue angle of 201.24º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAEED is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB59174237-
CMYK0.750.2700.07
HSL201.24º83.18%58.04%-
HSV(B)201.24º75.11%92.94%-
XYZ32.2337.3285.63-
YUV146.8178.965.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.55%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=12.55%
G=37.02%
B=50.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal591742370.750.2700.07201.2483.1858.04
Hex3BAEED4B1B07c9533a
Octal73256355113330731112372
Binary11101110101110111011011001011110110111110010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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