Html Css Color HEX #53BAD5 Viking

📋 copy color: '#53BAD5'

red 83 ◦ green 186 ◦ blue 213

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

Shades of Viking #53BAD5

Tints of Viking #53BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 17.22%
G = 38.59%
B = 44.19%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53BAD5 (or 0x53BAD5) is known color: Viking. HEX triplet: 53, BA and D5. RGB value is (83,186,213). Sum of RGB (Red+Green+Blue) = 83+186+213=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #53BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAD5 is #AC452A. Grayscale: #9E9E9E. Windows color (decimal): -11289899 or 14006867. OLE color: 14006867.

HSL color Cylindrical-coordinate representation of color #53BAD5: hue angle of 192.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BAD5 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 186 213 -
CMYK 0.61 0.13 0 0.16
HSL 192.46º 0.61% 0.58% -
HSV(B) 192.46º 0.61% 0.84% -
XYZ 33.14 41.76 69.26 -
YUV 158.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 83 186 213 0.61 0.13 0 0.16 192.46 0.61 0.58
Hex 53 BA D5 3D D 0 10 C0 3D 3A
Octal 123 272 325 75 15 0 20 300 75 72
Binary 1010011 10111010 11010101 111101 1101 0 10000 11000000 111101 111010

Color Harmonies of #53BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAD5

Black with #53BAD5

Text Example


Text Example

White with #53BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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