#32B4C8

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

Shades of Summer Sky #32B4C8

Tints of Summer Sky #32B4C8

Color information

#32B4C8 (or 0x32B4C8) is unknown color: approx Summer Sky. HEX triplet: 32, B4 and C8. RGB value is (50,180,200). Sum of RGB (Red+Green+Blue) = 50+180+200=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #32B4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B4C8 is #CD4B37. Grayscale: #8F8F8F. Windows color (decimal): -13454136 or 13153330. OLE color: 13153330.

HSL color Cylindrical-coordinate representation of color #32B4C8: hue angle of 188º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B4C8 is Cyan = 0.75, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50180200-
CMYK0.750.100.22
HSL188º60%49.02%-
HSV(B)188º75%78.43%-
XYZ28.0637.4960.4-
YUV143.41159.9361.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.63%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 200 (78.52% from 255) = 46.51%
R=11.63%
G=41.86%
B=46.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501802000.750.100.221886049.02
Hex32B4C84BA016bc3c31
Octal62264310113120262747461
Binary11001010110100110010001001011101001011010111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,200); }

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

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

 a { background-color: rgb(50,180,200); }

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

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

 span { border-color: rgb(50,180,200); }

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