Html Css Color HEX #51BCCE Viking

📋 copy color: '#51BCCE'

red 81 ◦ green 188 ◦ blue 206

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

Shades of Viking #51BCCE

Tints of Viking #51BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

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

R = 17.05%
G = 39.58%
B = 43.37%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51BCCE (or 0x51BCCE) is known color: Viking. HEX triplet: 51, BC and CE. RGB value is (81,188,206). Sum of RGB (Red+Green+Blue) = 81+188+206=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #51BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCE is #AE4331. Grayscale: #9D9D9D. Windows color (decimal): -11420466 or 13548625. OLE color: 13548625.

HSL color Cylindrical-coordinate representation of color #51BCCE: hue angle of 188.64º 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 #51BCCE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 188 206 -
CMYK 0.61 0.09 0 0.19
HSL 188.64º 0.56% 0.56% -
HSV(B) 188.64º 0.61% 0.81% -
XYZ 32.52 42.17 64.82 -
YUV 158.06 155.05 73.04 -
System Red Green Blue C M Y K H S L
Decimal 81 188 206 0.61 0.09 0 0.19 188.64 0.56 0.56
Hex 51 BC CE 3D 9 0 13 BD 38 38
Octal 121 274 316 75 11 0 23 275 70 70
Binary 1010001 10111100 11001110 111101 1001 0 10011 10111101 111000 111000

Color Harmonies of #51BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCCE

Black with #51BCCE

Text Example


Text Example

White with #51BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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