Html Css Color HEX #51BECE Viking

📋 copy color: '#51BECE'

red 81 ◦ green 190 ◦ blue 206

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

Shades of Viking #51BECE

Tints of Viking #51BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 16.98%
G = 39.83%
B = 43.19%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51BECE (or 0x51BECE) is known color: Viking. HEX triplet: 51, BE and CE. RGB value is (81,190,206). Sum of RGB (Red+Green+Blue) = 81+190+206=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #51BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BECE is #AE4131. Grayscale: #9F9F9F. Windows color (decimal): -11419954 or 13549137. OLE color: 13549137.

HSL color Cylindrical-coordinate representation of color #51BECE: hue angle of 187.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BECE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 190 206 -
CMYK 0.61 0.08 0 0.19
HSL 187.68º 0.56% 0.56% -
HSV(B) 187.68º 0.61% 0.81% -
XYZ 32.95 43.03 64.96 -
YUV 159.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 81 190 206 0.61 0.08 0 0.19 187.68 0.56 0.56
Hex 51 BE CE 3D 8 0 13 BC 38 38
Octal 121 276 316 75 10 0 23 274 70 70
Binary 1010001 10111110 11001110 111101 1000 0 10011 10111100 111000 111000

Color Harmonies of #51BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BECE

Black with #51BECE

Text Example


Text Example

White with #51BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,190,206); }

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

background-color css

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

 a { background-color: rgb(81,190,206); }

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

border-color css

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

 span { border-color: rgb(81,190,206); }

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