#53bbda

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

Shades of Viking #53BBDA

Tints of Viking #53BBDA

Color information

#53BBDA (or 0x53BBDA) is unknown color: approx Viking. HEX triplet: 53, BB and DA. RGB value is (83,187,218). Sum of RGB (Red+Green+Blue) = 83+187+218=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #53BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBDA is #AC4425. Grayscale: #9F9F9F. Windows color (decimal): -11289638 or 14334803. OLE color: 14334803.

HSL color Cylindrical-coordinate representation of color #53BBDA: hue angle of 193.78º 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 #53BBDA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83187218-
CMYK0.620.1400.15
HSL193.78º64.59%59.02%-
HSV(B)193.78º61.93%85.49%-
XYZ33.9942.4472.73-
YUV159.44161.0473.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.01%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=17.01%
G=38.32%
B=44.67%

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
Decimal831872180.620.1400.15193.7864.5959.02
Hex53BBDA3EE0Fc2413b
Octal123273332761601730210173
Binary10100111011101111011010111110111001111110000101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53bbda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53bbda; }

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

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

<style>
 a { background-color: #53bbda; }

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

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

<style>
 span { border-color: #53bbda; }

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

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