#32BBF8

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

Shades of Summer Sky #32BBF8

Tints of Summer Sky #32BBF8

Color information

#32BBF8 (or 0x32BBF8) is unknown color: approx Summer Sky. HEX triplet: 32, BB and F8. RGB value is (50,187,248). Sum of RGB (Red+Green+Blue) = 50+187+248=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #32BBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBF8 is #CD4407. Grayscale: #989898. Windows color (decimal): -13452296 or 16300850. OLE color: 16300850.

HSL color Cylindrical-coordinate representation of color #32BBF8: hue angle of 198.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BBF8 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB50187248-
CMYK0.800.2500.03
HSL198.48º93.4%58.43%-
HSV(B)198.48º79.84%97.25%-
XYZ36.034395.21-
YUV152.99181.6154.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.31%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=10.31%
G=38.56%
B=51.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal501872480.800.2500.03198.4893.458.43
Hex32BBF8501903c65d3a
Octal62273370120310330613572
Binary1100101011101111111000101000011001011110001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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