Html Css Color HEX #53BDD7 Viking

📋 copy color: '#53BDD7'

red 83 ◦ green 189 ◦ blue 215

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

Shades of Viking #53BDD7

Tints of Viking #53BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.81%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 17.04%
G = 38.81%
B = 44.15%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53BDD7 (or 0x53BDD7) is known color: Viking. HEX triplet: 53, BD and D7. RGB value is (83,189,215). Sum of RGB (Red+Green+Blue) = 83+189+215=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #53BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDD7 is #AC4228. Grayscale: #A0A0A0. Windows color (decimal): -11289129 or 14138707. OLE color: 14138707.

HSL color Cylindrical-coordinate representation of color #53BDD7: hue angle of 191.82º degrees, saturation: 0.62, 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 #53BDD7 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 189 215 -
CMYK 0.61 0.12 0 0.16
HSL 191.82º 0.62% 0.58% -
HSV(B) 191.82º 0.61% 0.84% -
XYZ 34.03 43.14 70.82 -
YUV 160.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 83 189 215 0.61 0.12 0 0.16 191.82 0.62 0.58
Hex 53 BD D7 3D C 0 10 C0 3E 3A
Octal 123 275 327 75 14 0 20 300 76 72
Binary 1010011 10111101 11010111 111101 1100 0 10000 11000000 111110 111010

Color Harmonies of #53BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDD7

Black with #53BDD7

Text Example


Text Example

White with #53BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,215); }

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

background-color css

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

 a { background-color: rgb(83,189,215); }

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

border-color css

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

 span { border-color: rgb(83,189,215); }

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