Html Css Color HEX #51BBCD Viking

📋 copy color: '#51BBCD'

red 81 ◦ green 187 ◦ blue 205

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

Shades of Viking #51BBCD

Tints of Viking #51BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 17.12%
G = 39.53%
B = 43.34%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51BBCD (or 0x51BBCD) is known color: Viking. HEX triplet: 51, BB and CD. RGB value is (81,187,205). Sum of RGB (Red+Green+Blue) = 81+187+205=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #51BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBCD is #AE4432. Grayscale: #9D9D9D. Windows color (decimal): -11420723 or 13482833. OLE color: 13482833.

HSL color Cylindrical-coordinate representation of color #51BBCD: hue angle of 188.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BBCD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 187 205 -
CMYK 0.60 0.09 0 0.20
HSL 188.71º 0.55% 0.56% -
HSV(B) 188.71º 0.6% 0.8% -
XYZ 32.18 41.7 64.11 -
YUV 157.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 81 187 205 0.60 0.09 0 0.20 188.71 0.55 0.56
Hex 51 BB CD 3C 9 0 14 BD 37 38
Octal 121 273 315 74 11 0 24 275 67 70
Binary 1010001 10111011 11001101 111100 1001 0 10100 10111101 110111 111000

Color Harmonies of #51BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBCD

Black with #51BBCD

Text Example


Text Example

White with #51BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,205); }

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

background-color css

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

 a { background-color: rgb(81,187,205); }

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

border-color css

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

 span { border-color: rgb(81,187,205); }

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