Html Css Color HEX #51B6CE Viking

📋 copy color: '#51B6CE'

red 81 ◦ green 182 ◦ blue 206

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

Shades of Viking #51B6CE

Tints of Viking #51B6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 17.27%
G = 38.81%
B = 43.92%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51B6CE (or 0x51B6CE) is known color: Viking. HEX triplet: 51, B6 and CE. RGB value is (81,182,206). Sum of RGB (Red+Green+Blue) = 81+182+206=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #51B6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6CE is #AE4931. Grayscale: #9A9A9A. Windows color (decimal): -11422002 or 13547089. OLE color: 13547089.

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

Color convert

RGB 81 182 206 -
CMYK 0.61 0.12 0 0.19
HSL 191.52º 0.56% 0.56% -
HSV(B) 191.52º 0.61% 0.81% -
XYZ 31.26 39.66 64.4 -
YUV 154.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 81 182 206 0.61 0.12 0 0.19 191.52 0.56 0.56
Hex 51 B6 CE 3D C 0 13 C0 38 38
Octal 121 266 316 75 14 0 23 300 70 70
Binary 1010001 10110110 11001110 111101 1100 0 10011 11000000 111000 111000

Color Harmonies of #51B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B6CE

Black with #51B6CE

Text Example


Text Example

White with #51B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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