Html Css Color HEX #53BACC Viking

📋 copy color: '#53BACC'

red 83 ◦ green 186 ◦ blue 204

#53BACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #53BACC

Tints of Viking #53BACC

RGB

 RED value IS 83 (32.81% from 255) = 17.55%

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 17.55%
G = 39.32%
B = 43.13%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53BACC (or 0x53BACC) is known color: Viking. HEX triplet: 53, BA and CC. RGB value is (83,186,204). Sum of RGB (Red+Green+Blue) = 83+186+204=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BACC is #AC4533. Grayscale: #9D9D9D. Windows color (decimal): -11289908 or 13417043. OLE color: 13417043.

HSL color Cylindrical-coordinate representation of color #53BACC: hue angle of 188.93º 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 #53BACC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 186 204 -
CMYK 0.59 0.09 0 0.2
HSL 188.93º 0.54% 0.56% -
HSV(B) 188.93º 0.59% 0.8% -
XYZ 32.03 41.32 63.41 -
YUV 157.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 83 186 204 0.59 0.09 0 0.2 188.93 0.54 0.56
Hex 53 BA CC 3B 9 0 14 BD 36 38
Octal 123 272 314 73 11 0 24 275 66 70
Binary 1010011 10111010 11001100 111011 1001 0 10100 10111101 110110 111000

Color Harmonies of #53BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BACC

Black with #53BACC

Text Example


Text Example

White with #53BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BACC;
 }
 .AnyTagClassName
 {
   color: #53BACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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