Html Css Color HEX #53AFCF Viking

📋 copy color: '#53AFCF'

red 83 ◦ green 175 ◦ blue 207

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

Shades of Viking #53AFCF

Tints of Viking #53AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

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

R = 17.85%
G = 37.63%
B = 44.52%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53AFCF (or 0x53AFCF) is known color: Viking. HEX triplet: 53, AF and CF. RGB value is (83,175,207). Sum of RGB (Red+Green+Blue) = 83+175+207=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #53AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFCF is #AC5030. Grayscale: #969696. Windows color (decimal): -11292721 or 13610835. OLE color: 13610835.

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

Color convert

RGB 83 175 207 -
CMYK 0.60 0.15 0 0.19
HSL 195.48º 0.56% 0.57% -
HSV(B) 195.48º 0.6% 0.81% -
XYZ 30.16 37 64.58 -
YUV 151.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 83 175 207 0.60 0.15 0 0.19 195.48 0.56 0.57
Hex 53 AF CF 3C F 0 13 C3 38 39
Octal 123 257 317 74 17 0 23 303 70 71
Binary 1010011 10101111 11001111 111100 1111 0 10011 11000011 111000 111001

Color Harmonies of #53AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFCF

Black with #53AFCF

Text Example


Text Example

White with #53AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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