Html Css Color HEX #51BCD1 Viking

📋 copy color: '#51BCD1'

red 81 ◦ green 188 ◦ blue 209

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

Shades of Viking #51BCD1

Tints of Viking #51BCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 16.95%
G = 39.33%
B = 43.72%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51BCD1 (or 0x51BCD1) is known color: Viking. HEX triplet: 51, BC and D1. RGB value is (81,188,209). Sum of RGB (Red+Green+Blue) = 81+188+209=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #51BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCD1 is #AE432E. Grayscale: #9E9E9E. Windows color (decimal): -11420463 or 13745233. OLE color: 13745233.

HSL color Cylindrical-coordinate representation of color #51BCD1: hue angle of 189.84º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BCD1 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 188 209 -
CMYK 0.61 0.10 0 0.18
HSL 189.84º 0.58% 0.57% -
HSV(B) 189.84º 0.61% 0.82% -
XYZ 32.89 42.32 66.76 -
YUV 158.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 81 188 209 0.61 0.10 0 0.18 189.84 0.58 0.57
Hex 51 BC D1 3D A 0 12 BE 3A 39
Octal 121 274 321 75 12 0 22 276 72 71
Binary 1010001 10111100 11010001 111101 1010 0 10010 10111110 111010 111001

Color Harmonies of #51BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCD1

Black with #51BCD1

Text Example


Text Example

White with #51BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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