Html Css Color HEX #51A8BB Viking

📋 copy color: '#51A8BB'

red 81 ◦ green 168 ◦ blue 187

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

Shades of Viking #51A8BB

Tints of Viking #51A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 18.58%
G = 38.53%
B = 42.89%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51A8BB (or 0x51A8BB) is known color: Viking. HEX triplet: 51, A8 and BB. RGB value is (81,168,187). Sum of RGB (Red+Green+Blue) = 81+168+187=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #51A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8BB is #AE5744. Grayscale: #8F8F8F. Windows color (decimal): -11425605 or 12298321. OLE color: 12298321.

HSL color Cylindrical-coordinate representation of color #51A8BB: hue angle of 190.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A8BB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 168 187 -
CMYK 0.57 0.10 0 0.27
HSL 190.75º 0.44% 0.53% -
HSV(B) 190.75º 0.57% 0.73% -
XYZ 26.37 33.34 52.06 -
YUV 144.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 81 168 187 0.57 0.10 0 0.27 190.75 0.44 0.53
Hex 51 A8 BB 39 A 0 1B BF 2C 35
Octal 121 250 273 71 12 0 33 277 54 65
Binary 1010001 10101000 10111011 111001 1010 0 11011 10111111 101100 110101

Color Harmonies of #51A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8BB

Black with #51A8BB

Text Example


Text Example

White with #51A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,168,187); }

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

background-color css

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

 a { background-color: rgb(81,168,187); }

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

border-color css

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

 span { border-color: rgb(81,168,187); }

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