Html Css Color HEX #51B7D8 Viking

📋 copy color: '#51B7D8'

red 81 ◦ green 183 ◦ blue 216

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

Shades of Viking #51B7D8

Tints of Viking #51B7D8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 216 (84.77% from 255) = 45%

R = 16.88%
G = 38.13%
B = 45%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#51B7D8 (or 0x51B7D8) is known color: Viking. HEX triplet: 51, B7 and D8. RGB value is (81,183,216). Sum of RGB (Red+Green+Blue) = 81+183+216=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #51B7D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7D8 is #AE4827. Grayscale: #9C9C9C. Windows color (decimal): -11421736 or 14202705. OLE color: 14202705.

HSL color Cylindrical-coordinate representation of color #51B7D8: hue angle of 194.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51B7D8 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 183 216 -
CMYK 0.62 0.15 0 0.15
HSL 194.67º 0.63% 0.58% -
HSV(B) 194.67º 0.63% 0.85% -
XYZ 32.72 40.57 71.07 -
YUV 156.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 81 183 216 0.62 0.15 0 0.15 194.67 0.63 0.58
Hex 51 B7 D8 3E F 0 F C3 3F 3A
Octal 121 267 330 76 17 0 17 303 77 72
Binary 1010001 10110111 11011000 111110 1111 0 1111 11000011 111111 111010

Color Harmonies of #51B7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B7D8

Black with #51B7D8

Text Example


Text Example

White with #51B7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,183,216); }

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

background-color css

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

 a { background-color: rgb(81,183,216); }

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

border-color css

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

 span { border-color: rgb(81,183,216); }

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