Html Css Color HEX #53BDCE Viking

📋 copy color: '#53BDCE'

red 83 ◦ green 189 ◦ blue 206

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

Shades of Viking #53BDCE

Tints of Viking #53BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 17.36%
G = 39.54%
B = 43.1%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53BDCE (or 0x53BDCE) is known color: Viking. HEX triplet: 53, BD and CE. RGB value is (83,189,206). Sum of RGB (Red+Green+Blue) = 83+189+206=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #53BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDCE is #AC4231. Grayscale: #9F9F9F. Windows color (decimal): -11289138 or 13548883. OLE color: 13548883.

HSL color Cylindrical-coordinate representation of color #53BDCE: hue angle of 188.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BDCE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 189 206 -
CMYK 0.60 0.08 0 0.19
HSL 188.29º 0.56% 0.57% -
HSV(B) 188.29º 0.6% 0.81% -
XYZ 32.91 42.69 64.9 -
YUV 159.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 83 189 206 0.60 0.08 0 0.19 188.29 0.56 0.57
Hex 53 BD CE 3C 8 0 13 BC 38 39
Octal 123 275 316 74 10 0 23 274 70 71
Binary 1010011 10111101 11001110 111100 1000 0 10011 10111100 111000 111001

Color Harmonies of #53BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDCE

Black with #53BDCE

Text Example


Text Example

White with #53BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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