#32BFCC

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

Shades of Summer Sky #32BFCC

Tints of Summer Sky #32BFCC

Color information

#32BFCC (or 0x32BFCC) is unknown color: approx Summer Sky. HEX triplet: 32, BF and CC. RGB value is (50,191,204). Sum of RGB (Red+Green+Blue) = 50+191+204=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #32BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFCC is #CD4033. Grayscale: #969696. Windows color (decimal): -13451316 or 13418290. OLE color: 13418290.

HSL color Cylindrical-coordinate representation of color #32BFCC: hue angle of 185.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BFCC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50191204-
CMYK0.750.0600.2
HSL185.06º60.63%49.8%-
HSV(B)185.06º75.49%80%-
XYZ30.8542.363.67-
YUV150.32158.2956.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.24%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=11.24%
G=42.92%
B=45.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501912040.750.0600.2185.0660.6349.8
Hex32BFCC4B6014b93d32
Octal6227731411360242717562
Binary1100101011111111001100100101111001010010111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,191,204); }

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

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

 a { background-color: rgb(50,191,204); }

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

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

 span { border-color: rgb(50,191,204); }

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