#3BD7FD

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

Shades of Summer Sky #3BD7FD

Tints of Summer Sky #3BD7FD

Color information

#3BD7FD (or 0x3BD7FD) is unknown color: approx Summer Sky. HEX triplet: 3B, D7 and FD. RGB value is (59,215,253). Sum of RGB (Red+Green+Blue) = 59+215+253=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BD7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD7FD is #C42802. Grayscale: #ACACAC. Windows color (decimal): -12855299 or 16635707. OLE color: 16635707.

HSL color Cylindrical-coordinate representation of color #3BD7FD: hue angle of 191.75º 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 #3BD7FD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB59215253-
CMYK0.770.1500.01
HSL191.75º97.98%61.18%-
HSV(B)191.75º76.68%99.22%-
XYZ43.8356.62101.55-
YUV172.69173.3246.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.20%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=11.20%
G=40.80%
B=48.01%

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
Decimal592152530.770.1500.01191.7597.9861.18
Hex3BD7FD4DF01c0623d
Octal73327375115170130014275
Binary11101111010111111111011001101111101110000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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