#3BBDDF

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

Shades of Summer Sky #3BBDDF

Tints of Summer Sky #3BBDDF

Color information

#3BBDDF (or 0x3BBDDF) is unknown color: approx Summer Sky. HEX triplet: 3B, BD and DF. RGB value is (59,189,223). Sum of RGB (Red+Green+Blue) = 59+189+223=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDDF is #C44220. Grayscale: #999999. Windows color (decimal): -12861985 or 14662971. OLE color: 14662971.

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

Color convert

RGB59189223-
CMYK0.740.1500.13
HSL192.44º71.93%55.29%-
HSV(B)192.44º73.54%87.45%-
XYZ33.3242.6576.29-
YUV154.01166.9360.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.53%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=12.53%
G=40.13%
B=47.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591892230.740.1500.13192.4471.9355.29
Hex3BBDDF4AF0Dc04837
Octal732753371121701530011067
Binary11101110111101110111111001010111101101110000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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