#3BADF5

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

Shades of Summer Sky #3BADF5

Tints of Summer Sky #3BADF5

Color information

#3BADF5 (or 0x3BADF5) is unknown color: approx Summer Sky. HEX triplet: 3B, AD and F5. RGB value is (59,173,245). Sum of RGB (Red+Green+Blue) = 59+173+245=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #3BADF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BADF5 is #C4520A. Grayscale: #929292. Windows color (decimal): -12866059 or 16100667. OLE color: 16100667.

HSL color Cylindrical-coordinate representation of color #3BADF5: hue angle of 203.23º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BADF5 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB59173245-
CMYK0.760.2900.04
HSL203.23º90.29%59.61%-
HSV(B)203.23º75.92%96.08%-
XYZ33.2337.4191.86-
YUV147.12183.2365.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.37%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 245 (96.09% from 255) = 51.36%
R=12.37%
G=36.27%
B=51.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal591732450.760.2900.04203.2390.2959.61
Hex3BADF54C1D04cb5a3c
Octal73255365114350431313274
Binary11101110101101111101011001100111010100110010111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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