#3BBFDF

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

Shades of Summer Sky #3BBFDF

Tints of Summer Sky #3BBFDF

Color information

#3BBFDF (or 0x3BBFDF) is unknown color: approx Summer Sky. HEX triplet: 3B, BF and DF. RGB value is (59,191,223). Sum of RGB (Red+Green+Blue) = 59+191+223=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BBFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFDF is #C44020. Grayscale: #9A9A9A. Windows color (decimal): -12861473 or 14663483. OLE color: 14663483.

HSL color Cylindrical-coordinate representation of color #3BBFDF: hue angle of 191.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BBFDF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59191223-
CMYK0.740.1400.13
HSL191.71º71.93%55.29%-
HSV(B)191.71º73.54%87.45%-
XYZ33.7543.5276.43-
YUV155.18166.2759.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.47%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=12.47%
G=40.38%
B=47.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591912230.740.1400.13191.7171.9355.29
Hex3BBFDF4AE0Dc04837
Octal732773371121601530011067
Binary11101110111111110111111001010111001101110000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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