Html Css Color HEX #51B8D6 Viking

📋 copy color: '#51B8D6'

red 81 ◦ green 184 ◦ blue 214

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

Shades of Viking #51B8D6

Tints of Viking #51B8D6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 16.91%
G = 38.41%
B = 44.68%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#51B8D6 (or 0x51B8D6) is known color: Viking. HEX triplet: 51, B8 and D6. RGB value is (81,184,214). Sum of RGB (Red+Green+Blue) = 81+184+214=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #51B8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8D6 is #AE4729. Grayscale: #9C9C9C. Windows color (decimal): -11421482 or 14071889. OLE color: 14071889.

HSL color Cylindrical-coordinate representation of color #51B8D6: hue angle of 193.53º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51B8D6 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 184 214 -
CMYK 0.62 0.14 0 0.16
HSL 193.53º 0.62% 0.58% -
HSV(B) 193.53º 0.62% 0.84% -
XYZ 32.67 40.89 69.79 -
YUV 156.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 81 184 214 0.62 0.14 0 0.16 193.53 0.62 0.58
Hex 51 B8 D6 3E E 0 10 C2 3E 3A
Octal 121 270 326 76 16 0 20 302 76 72
Binary 1010001 10111000 11010110 111110 1110 0 10000 11000010 111110 111010

Color Harmonies of #51B8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B8D6

Black with #51B8D6

Text Example


Text Example

White with #51B8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,184,214); }

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

background-color css

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

 a { background-color: rgb(81,184,214); }

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

border-color css

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

 span { border-color: rgb(81,184,214); }

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