Html Css Color HEX #51AFCD Viking

📋 copy color: '#51AFCD'

red 81 ◦ green 175 ◦ blue 205

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

Shades of Viking #51AFCD

Tints of Viking #51AFCD

RGB

 RED value IS 81 (32.03% from 255) = 17.57%

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 17.57%
G = 37.96%
B = 44.47%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51AFCD (or 0x51AFCD) is known color: Viking. HEX triplet: 51, AF and CD. RGB value is (81,175,205). Sum of RGB (Red+Green+Blue) = 81+175+205=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #51AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFCD is #AE5032. Grayscale: #969696. Windows color (decimal): -11423795 or 13479761. OLE color: 13479761.

HSL color Cylindrical-coordinate representation of color #51AFCD: hue angle of 194.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51AFCD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 175 205 -
CMYK 0.60 0.15 0 0.20
HSL 194.52º 0.55% 0.56% -
HSV(B) 194.52º 0.6% 0.8% -
XYZ 29.74 36.82 63.3 -
YUV 150.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 81 175 205 0.60 0.15 0 0.20 194.52 0.55 0.56
Hex 51 AF CD 3C F 0 14 C3 37 38
Octal 121 257 315 74 17 0 24 303 67 70
Binary 1010001 10101111 11001101 111100 1111 0 10100 11000011 110111 111000

Color Harmonies of #51AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AFCD

Black with #51AFCD

Text Example


Text Example

White with #51AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51AFCD; }

 p { color: rgb(81,175,205); }

 H1.HeaderClassName
 {
   color: #51AFCD;
 }
 .AnyTagClassName
 {
   color: #51AFCD;
 }
</style>

background-color css

<style>
 a { background-color: #51AFCD; }

 a { background-color: rgb(81,175,205); }

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

border-color css

<style>
 span { border-color: #51AFCD; }

 span { border-color: rgb(81,175,205); }

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