#53BFCC

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

Shades of Viking #53BFCC

Tints of Viking #53BFCC

Color information

#53BFCC (or 0x53BFCC) is unknown color: approx Viking. HEX triplet: 53, BF and CC. RGB value is (83,191,204). Sum of RGB (Red+Green+Blue) = 83+191+204=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFCC is #AC4033. Grayscale: #A0A0A0. Windows color (decimal): -11288628 or 13418323. OLE color: 13418323.

HSL color Cylindrical-coordinate representation of color #53BFCC: hue angle of 186.45º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BFCC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83191204-
CMYK0.590.0600.2
HSL186.45º54.26%56.27%-
HSV(B)186.45º59.31%80%-
XYZ33.143.4663.77-
YUV160.19152.7272.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.36%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=17.36%
G=39.96%
B=42.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831912040.590.0600.2186.4554.2656.27
Hex53BFCC3B6014ba3638
Octal1232773147360242726670
Binary1010011101111111100110011101111001010010111010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,204); }

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

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

 a { background-color: rgb(83,191,204); }

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

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

 span { border-color: rgb(83,191,204); }

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