#32AFC5

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

Shades of Viking #32AFC5

Tints of Viking #32AFC5

Color information

#32AFC5 (or 0x32AFC5) is unknown color: approx Viking. HEX triplet: 32, AF and C5. RGB value is (50,175,197). Sum of RGB (Red+Green+Blue) = 50+175+197=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #32AFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFC5 is #CD503A. Grayscale: #8B8B8B. Windows color (decimal): -13455419 or 12955442. OLE color: 12955442.

HSL color Cylindrical-coordinate representation of color #32AFC5: hue angle of 188.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AFC5 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB50175197-
CMYK0.750.1100.23
HSL188.98º59.51%48.43%-
HSV(B)188.98º74.62%77.25%-
XYZ26.7235.3758.24-
YUV140.13160.0963.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.85%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=11.85%
G=41.47%
B=46.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501751970.750.1100.23188.9859.5148.43
Hex32AFC54BB017bd3c30
Octal62257305113130272757460
Binary11001010101111110001011001011101101011110111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,175,197); }

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

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

 a { background-color: rgb(50,175,197); }

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

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

 span { border-color: rgb(50,175,197); }

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