#3BADE9

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

Shades of Summer Sky #3BADE9

Tints of Summer Sky #3BADE9

Color information

#3BADE9 (or 0x3BADE9) is unknown color: approx Summer Sky. HEX triplet: 3B, AD and E9. RGB value is (59,173,233). Sum of RGB (Red+Green+Blue) = 59+173+233=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #3BADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BADE9 is #C45216. Grayscale: #919191. Windows color (decimal): -12866071 or 15314235. OLE color: 15314235.

HSL color Cylindrical-coordinate representation of color #3BADE9: hue angle of 200.69º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BADE9 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB59173233-
CMYK0.750.2600.09
HSL200.69º79.82%57.25%-
HSV(B)200.69º74.68%91.37%-
XYZ31.4636.782.52-
YUV145.75177.2366.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.69%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 233 (91.41% from 255) = 50.11%
R=12.69%
G=37.20%
B=50.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal591732330.750.2600.09200.6979.8257.25
Hex3BADE94B1A09c95039
Octal732553511133201131112071
Binary111011101011011110100110010111101001001110010011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,173,233); }

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

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

 a { background-color: rgb(59,173,233); }

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

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

 span { border-color: rgb(59,173,233); }

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