#3BD8FD

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

Shades of Summer Sky #3BD8FD

Tints of Summer Sky #3BD8FD

Color information

#3BD8FD (or 0x3BD8FD) is unknown color: approx Summer Sky. HEX triplet: 3B, D8 and FD. RGB value is (59,216,253). Sum of RGB (Red+Green+Blue) = 59+216+253=528 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.17% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BD8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD8FD is #C42702. Grayscale: #ACACAC. Windows color (decimal): -12855043 or 16635963. OLE color: 16635963.

HSL color Cylindrical-coordinate representation of color #3BD8FD: hue angle of 191.44º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BD8FD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB59216253-
CMYK0.770.1500.01
HSL191.44º97.98%61.18%-
HSV(B)191.44º76.68%99.22%-
XYZ44.0957.13101.63-
YUV173.28172.9946.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.17%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=11.17%
G=40.91%
B=47.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal592162530.770.1500.01191.4497.9861.18
Hex3BD8FD4DF01bf623d
Octal73330375115170127714275
Binary11101111011000111111011001101111101101111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,216,253); }

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

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

 a { background-color: rgb(59,216,253); }

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

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

 span { border-color: rgb(59,216,253); }

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