Html Css Color HEX #51AED5 Viking

📋 copy color: '#51AED5'

red 81 ◦ green 174 ◦ blue 213

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

Shades of Viking #51AED5

Tints of Viking #51AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 17.31%
G = 37.18%
B = 45.51%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#51AED5 (or 0x51AED5) is known color: Viking. HEX triplet: 51, AE and D5. RGB value is (81,174,213). Sum of RGB (Red+Green+Blue) = 81+174+213=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #51AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AED5 is #AE512A. Grayscale: #969696. Windows color (decimal): -11424043 or 14003793. OLE color: 14003793.

HSL color Cylindrical-coordinate representation of color #51AED5: hue angle of 197.73º 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 #51AED5 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 174 213 -
CMYK 0.62 0.18 0 0.16
HSL 197.73º 0.61% 0.58% -
HSV(B) 197.73º 0.62% 0.84% -
XYZ 30.54 36.83 68.45 -
YUV 150.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 81 174 213 0.62 0.18 0 0.16 197.73 0.61 0.58
Hex 51 AE D5 3E 12 0 10 C6 3D 3A
Octal 121 256 325 76 22 0 20 306 75 72
Binary 1010001 10101110 11010101 111110 10010 0 10000 11000110 111101 111010

Color Harmonies of #51AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AED5

Black with #51AED5

Text Example


Text Example

White with #51AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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