Html Css Color HEX #51BCCD Viking

📋 copy color: '#51BCCD'

red 81 ◦ green 188 ◦ blue 205

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

Shades of Viking #51BCCD

Tints of Viking #51BCCD

RGB

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

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

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

R = 17.09%
G = 39.66%
B = 43.25%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51BCCD (or 0x51BCCD) is known color: Viking. HEX triplet: 51, BC and CD. RGB value is (81,188,205). Sum of RGB (Red+Green+Blue) = 81+188+205=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #51BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCD is #AE4332. Grayscale: #9D9D9D. Windows color (decimal): -11420467 or 13483089. OLE color: 13483089.

HSL color Cylindrical-coordinate representation of color #51BCCD: hue angle of 188.23º 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 #51BCCD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 188 205 -
CMYK 0.60 0.08 0 0.20
HSL 188.23º 0.55% 0.56% -
HSV(B) 188.23º 0.6% 0.8% -
XYZ 32.4 42.12 64.18 -
YUV 157.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 81 188 205 0.60 0.08 0 0.20 188.23 0.55 0.56
Hex 51 BC CD 3C 8 0 14 BC 37 38
Octal 121 274 315 74 10 0 24 274 67 70
Binary 1010001 10111100 11001101 111100 1000 0 10100 10111100 110111 111000

Color Harmonies of #51BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCCD

Black with #51BCCD

Text Example


Text Example

White with #51BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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