#32D6F5

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

Shades of Summer Sky #32D6F5

Tints of Summer Sky #32D6F5

Color information

#32D6F5 (or 0x32D6F5) is unknown color: approx Summer Sky. HEX triplet: 32, D6 and F5. RGB value is (50,214,245). Sum of RGB (Red+Green+Blue) = 50+214+245=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #32D6F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D6F5 is #CD290A. Grayscale: #A8A8A8. Windows color (decimal): -13445387 or 16111154. OLE color: 16111154.

HSL color Cylindrical-coordinate representation of color #32D6F5: hue angle of 189.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D6F5 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB50214245-
CMYK0.800.1300.04
HSL189.54º90.7%57.84%-
HSV(B)189.54º79.59%96.08%-
XYZ41.8455.3694.87-
YUV168.5171.1743.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.82%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 245 (96.09% from 255) = 48.13%
R=9.82%
G=42.04%
B=48.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal502142450.800.1300.04189.5490.757.84
Hex32D6F550D04be5b3a
Octal62326365120150427613372
Binary1100101101011011110101101000011010100101111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,214,245); }

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

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

 a { background-color: rgb(50,214,245); }

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

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

 span { border-color: rgb(50,214,245); }

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