#32bbd1

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

Shades of Summer Sky #32BBD1

Tints of Summer Sky #32BBD1

Color information

#32BBD1 (or 0x32BBD1) is unknown color: approx Summer Sky. HEX triplet: 32, BB and D1. RGB value is (50,187,209). Sum of RGB (Red+Green+Blue) = 50+187+209=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #32BBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBD1 is #CD442E. Grayscale: #949494. Windows color (decimal): -13452335 or 13744946. OLE color: 13744946.

HSL color Cylindrical-coordinate representation of color #32BBD1: hue angle of 188.3º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BBD1 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB50187209-
CMYK0.760.1100.18
HSL188.3º63.35%50.78%-
HSV(B)188.3º76.08%81.96%-
XYZ30.5940.8266.59-
YUV148.54162.1157.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.21%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=11.21%
G=41.93%
B=46.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal501872090.760.1100.18188.363.3550.78
Hex32BBD14CB012bc3f33
Octal62273321114130222747763
Binary11001010111011110100011001100101101001010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32bbd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32bbd1; }

 p { color: rgb(50,187,209); }

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

<style>
 a { background-color: #32bbd1; }

 a { background-color: rgb(50,187,209); }

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

<style>
 span { border-color: #32bbd1; }

 span { border-color: rgb(50,187,209); }

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