#3BBFD7

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

Shades of Summer Sky #3BBFD7

Tints of Summer Sky #3BBFD7

Color information

#3BBFD7 (or 0x3BBFD7) is unknown color: approx Summer Sky. HEX triplet: 3B, BF and D7. RGB value is (59,191,215). Sum of RGB (Red+Green+Blue) = 59+191+215=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #3BBFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFD7 is #C44028. Grayscale: #9A9A9A. Windows color (decimal): -12861481 or 14139195. OLE color: 14139195.

HSL color Cylindrical-coordinate representation of color #3BBFD7: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBFD7 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59191215-
CMYK0.730.1100.16
HSL189.23º66.1%53.73%-
HSV(B)189.23º72.56%84.31%-
XYZ32.743.170.89-
YUV154.27162.2760.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.69%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=12.69%
G=41.08%
B=46.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591912150.730.1100.16189.2366.153.73
Hex3BBFD749B010bd4236
Octal732773271111302027510266
Binary111011101111111101011110010011011010000101111011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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