Html Css Color HEX #53C1CF Viking

📋 copy color: '#53C1CF'

red 83 ◦ green 193 ◦ blue 207

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

Shades of Viking #53C1CF

Tints of Viking #53C1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 17.18%
G = 39.96%
B = 42.86%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C1CF (or 0x53C1CF) is known color: Viking. HEX triplet: 53, C1 and CF. RGB value is (83,193,207). Sum of RGB (Red+Green+Blue) = 83+193+207=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #53C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C1CF is #AC3E30. Grayscale: #A1A1A1. Windows color (decimal): -11288113 or 13615443. OLE color: 13615443.

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

Color convert

RGB 83 193 207 -
CMYK 0.60 0.07 0 0.19
HSL 186.77º 0.56% 0.57% -
HSV(B) 186.77º 0.6% 0.81% -
XYZ 33.9 44.48 65.83 -
YUV 161.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 83 193 207 0.60 0.07 0 0.19 186.77 0.56 0.57
Hex 53 C1 CF 3C 7 0 13 BB 38 39
Octal 123 301 317 74 7 0 23 273 70 71
Binary 1010011 11000001 11001111 111100 111 0 10011 10111011 111000 111001

Color Harmonies of #53C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C1CF

Black with #53C1CF

Text Example


Text Example

White with #53C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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