#52BBDA

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

Shades of Viking #52BBDA

Tints of Viking #52BBDA

Color information

#52BBDA (or 0x52BBDA) is unknown color: approx Viking. HEX triplet: 52, BB and DA. RGB value is (82,187,218). Sum of RGB (Red+Green+Blue) = 82+187+218=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #52BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBDA is #AD4425. Grayscale: #9E9E9E. Windows color (decimal): -11355174 or 14334802. OLE color: 14334802.

HSL color Cylindrical-coordinate representation of color #52BBDA: hue angle of 193.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BBDA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82187218-
CMYK0.620.1400.15
HSL193.68º64.76%58.82%-
HSV(B)193.68º62.39%85.49%-
XYZ33.942.472.73-
YUV159.14161.2172.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.84%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=16.84%
G=38.40%
B=44.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821872180.620.1400.15193.6864.7658.82
Hex52BBDA3EE0Fc2413b
Octal122273332761601730210173
Binary10100101011101111011010111110111001111110000101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BBDA; }

 p { color: rgb(82,187,218); }

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

<style>
 a { background-color: #52BBDA; }

 a { background-color: rgb(82,187,218); }

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

<style>
 span { border-color: #52BBDA; }

 span { border-color: rgb(82,187,218); }

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