#3BB4D6

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

Shades of Summer Sky #3BB4D6

Tints of Summer Sky #3BB4D6

Color information

#3BB4D6 (or 0x3BB4D6) is unknown color: approx Summer Sky. HEX triplet: 3B, B4 and D6. RGB value is (59,180,214). Sum of RGB (Red+Green+Blue) = 59+180+214=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BB4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB4D6 is #C44B29. Grayscale: #939393. Windows color (decimal): -12864298 or 14070843. OLE color: 14070843.

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

Color convert

RGB59180214-
CMYK0.720.1600.16
HSL193.16º65.4%53.53%-
HSV(B)193.16º72.43%83.92%-
XYZ30.2638.4369.44-
YUV147.7165.4164.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.02%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=13.02%
G=39.74%
B=47.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591802140.720.1600.16193.1665.453.53
Hex3BB4D64810010c14136
Octal732643261102002030110166
Binary1110111011010011010110100100010000010000110000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,180,214); }

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

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

 a { background-color: rgb(59,180,214); }

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

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

 span { border-color: rgb(59,180,214); }

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