Html Css Color HEX #53C1CE Viking

📋 copy color: '#53C1CE'

red 83 ◦ green 193 ◦ blue 206

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

Shades of Viking #53C1CE

Tints of Viking #53C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

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

R = 17.22%
G = 40.04%
B = 42.74%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C1CE (or 0x53C1CE) is known color: Viking. HEX triplet: 53, C1 and CE. RGB value is (83,193,206). Sum of RGB (Red+Green+Blue) = 83+193+206=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C1CE is #AC3E31. Grayscale: #A1A1A1. Windows color (decimal): -11288114 or 13549907. OLE color: 13549907.

HSL color Cylindrical-coordinate representation of color #53C1CE: hue angle of 186.34º 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 #53C1CE is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 193 206 -
CMYK 0.60 0.06 0 0.19
HSL 186.34º 0.56% 0.57% -
HSV(B) 186.34º 0.6% 0.81% -
XYZ 33.78 44.44 65.19 -
YUV 161.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 83 193 206 0.60 0.06 0 0.19 186.34 0.56 0.57
Hex 53 C1 CE 3C 6 0 13 BA 38 39
Octal 123 301 316 74 6 0 23 272 70 71
Binary 1010011 11000001 11001110 111100 110 0 10011 10111010 111000 111001

Color Harmonies of #53C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C1CE

Black with #53C1CE

Text Example


Text Example

White with #53C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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