Html Css Color HEX #53BDCA Viking

📋 copy color: '#53BDCA'

red 83 ◦ green 189 ◦ blue 202

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

Shades of Viking #53BDCA

Tints of Viking #53BDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 17.51%
G = 39.87%
B = 42.62%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53BDCA (or 0x53BDCA) is known color: Viking. HEX triplet: 53, BD and CA. RGB value is (83,189,202). Sum of RGB (Red+Green+Blue) = 83+189+202=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #53BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDCA is #AC4235. Grayscale: #9E9E9E. Windows color (decimal): -11289142 or 13286739. OLE color: 13286739.

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

Color convert

RGB 83 189 202 -
CMYK 0.59 0.06 0 0.21
HSL 186.55º 0.53% 0.56% -
HSV(B) 186.55º 0.59% 0.79% -
XYZ 32.43 42.5 62.37 -
YUV 158.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 83 189 202 0.59 0.06 0 0.21 186.55 0.53 0.56
Hex 53 BD CA 3B 6 0 15 BB 35 38
Octal 123 275 312 73 6 0 25 273 65 70
Binary 1010011 10111101 11001010 111011 110 0 10101 10111011 110101 111000

Color Harmonies of #53BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDCA

Black with #53BDCA

Text Example


Text Example

White with #53BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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