#3BA8ED

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

Shades of Summer Sky #3BA8ED

Tints of Summer Sky #3BA8ED

Color information

#3BA8ED (or 0x3BA8ED) is unknown color: approx Summer Sky. HEX triplet: 3B, A8 and ED. RGB value is (59,168,237). Sum of RGB (Red+Green+Blue) = 59+168+237=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BA8ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BA8ED is #C45712. Grayscale: #8E8E8E. Windows color (decimal): -12867347 or 15575099. OLE color: 15575099.

HSL color Cylindrical-coordinate representation of color #3BA8ED: hue angle of 203.26º 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 #3BA8ED is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB59168237-
CMYK0.750.2900.07
HSL203.26º83.18%58.04%-
HSV(B)203.26º75.11%92.94%-
XYZ31.0935.0585.25-
YUV143.28180.8967.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.72%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 237 (92.97% from 255) = 51.08%
R=12.72%
G=36.21%
B=51.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal591682370.750.2900.07203.2683.1858.04
Hex3BA8ED4B1D07cb533a
Octal73250355113350731312372
Binary11101110101000111011011001011111010111110010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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