#32BBFF

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

Shades of Summer Sky #32BBFF

Tints of Summer Sky #32BBFF

Color information

#32BBFF (or 0x32BBFF) is unknown color: approx Summer Sky. HEX triplet: 32, BB and FF. RGB value is (50,187,255). Sum of RGB (Red+Green+Blue) = 50+187+255=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #32BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBFF is #CD4400. Grayscale: #999999. Windows color (decimal): -13452289 or 16759602. OLE color: 16759602.

HSL color Cylindrical-coordinate representation of color #32BBFF: hue angle of 199.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BBFF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB50187255-
CMYK0.800.2700
HSL199.9º100%59.8%-
HSV(B)199.9º80.39%100%-
XYZ37.1443.44101.04-
YUV153.79185.1153.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.16%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 255 (100% from 255) = 51.83%
R=10.16%
G=38.01%
B=51.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal501872550.800.2700199.910059.8
Hex32BBFF501B00c8643c
Octal62273377120330031014474
Binary110010101110111111111110100001101100110010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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