Html Css Color HEX #51BDDA Viking

📋 copy color: '#51BDDA'

red 81 ◦ green 189 ◦ blue 218

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

Shades of Viking #51BDDA

Tints of Viking #51BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 16.6%
G = 38.73%
B = 44.67%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#51BDDA (or 0x51BDDA) is known color: Viking. HEX triplet: 51, BD and DA. RGB value is (81,189,218). Sum of RGB (Red+Green+Blue) = 81+189+218=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #51BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDDA is #AE4225. Grayscale: #9F9F9F. Windows color (decimal): -11420198 or 14335313. OLE color: 14335313.

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

Color convert

RGB 81 189 218 -
CMYK 0.63 0.13 0 0.15
HSL 192.7º 0.65% 0.59% -
HSV(B) 192.7º 0.63% 0.85% -
XYZ 34.25 43.21 72.86 -
YUV 160.01 160.72 71.64 -
System Red Green Blue C M Y K H S L
Decimal 81 189 218 0.63 0.13 0 0.15 192.7 0.65 0.59
Hex 51 BD DA 3F D 0 F C1 41 3B
Octal 121 275 332 77 15 0 17 301 101 73
Binary 1010001 10111101 11011010 111111 1101 0 1111 11000001 1000001 111011

Color Harmonies of #51BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BDDA

Black with #51BDDA

Text Example


Text Example

White with #51BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,189,218); }

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

background-color css

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

 a { background-color: rgb(81,189,218); }

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

border-color css

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

 span { border-color: rgb(81,189,218); }

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