Html Css Color HEX #51B5DB Viking

📋 copy color: '#51B5DB'

red 81 ◦ green 181 ◦ blue 219

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

Shades of Viking #51B5DB

Tints of Viking #51B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 16.84%
G = 37.63%
B = 45.53%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51B5DB (or 0x51B5DB) is known color: Viking. HEX triplet: 51, B5 and DB. RGB value is (81,181,219). Sum of RGB (Red+Green+Blue) = 81+181+219=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #51B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5DB is #AE4A24. Grayscale: #9B9B9B. Windows color (decimal): -11422245 or 14398801. OLE color: 14398801.

HSL color Cylindrical-coordinate representation of color #51B5DB: hue angle of 196.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51B5DB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 181 219 -
CMYK 0.63 0.17 0 0.14
HSL 196.52º 0.66% 0.59% -
HSV(B) 196.52º 0.63% 0.86% -
XYZ 32.7 39.91 73 -
YUV 155.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 81 181 219 0.63 0.17 0 0.14 196.52 0.66 0.59
Hex 51 B5 DB 3F 11 0 E C5 42 3B
Octal 121 265 333 77 21 0 16 305 102 73
Binary 1010001 10110101 11011011 111111 10001 0 1110 11000101 1000010 111011

Color Harmonies of #51B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B5DB

Black with #51B5DB

Text Example


Text Example

White with #51B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,181,219); }

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

background-color css

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

 a { background-color: rgb(81,181,219); }

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

border-color css

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

 span { border-color: rgb(81,181,219); }

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