Html Css Color HEX #51ACD5 Viking

📋 copy color: '#51ACD5'

red 81 ◦ green 172 ◦ blue 213

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

Shades of Viking #51ACD5

Tints of Viking #51ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 17.38%
G = 36.91%
B = 45.71%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#51ACD5 (or 0x51ACD5) is known color: Viking. HEX triplet: 51, AC and D5. RGB value is (81,172,213). Sum of RGB (Red+Green+Blue) = 81+172+213=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #51ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACD5 is #AE532A. Grayscale: #959595. Windows color (decimal): -11424555 or 14003281. OLE color: 14003281.

HSL color Cylindrical-coordinate representation of color #51ACD5: hue angle of 198.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51ACD5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 172 213 -
CMYK 0.62 0.19 0 0.16
HSL 198.64º 0.61% 0.58% -
HSV(B) 198.64º 0.62% 0.84% -
XYZ 30.16 36.06 68.32 -
YUV 149.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 81 172 213 0.62 0.19 0 0.16 198.64 0.61 0.58
Hex 51 AC D5 3E 13 0 10 C7 3D 3A
Octal 121 254 325 76 23 0 20 307 75 72
Binary 1010001 10101100 11010101 111110 10011 0 10000 11000111 111101 111010

Color Harmonies of #51ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACD5

Black with #51ACD5

Text Example


Text Example

White with #51ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,172,213); }

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

background-color css

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

 a { background-color: rgb(81,172,213); }

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

border-color css

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

 span { border-color: rgb(81,172,213); }

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