Html Css Color HEX #51BCCC Viking

📋 copy color: '#51BCCC'

red 81 ◦ green 188 ◦ blue 204

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

Shades of Viking #51BCCC

Tints of Viking #51BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 17.12%
G = 39.75%
B = 43.13%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#51BCCC (or 0x51BCCC) is known color: Viking. HEX triplet: 51, BC and CC. RGB value is (81,188,204). Sum of RGB (Red+Green+Blue) = 81+188+204=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #51BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCC is #AE4333. Grayscale: #9D9D9D. Windows color (decimal): -11420468 or 13417553. OLE color: 13417553.

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

Color convert

RGB 81 188 204 -
CMYK 0.60 0.08 0 0.2
HSL 187.8º 0.55% 0.56% -
HSV(B) 187.8º 0.6% 0.8% -
XYZ 32.28 42.08 63.55 -
YUV 157.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 81 188 204 0.60 0.08 0 0.2 187.8 0.55 0.56
Hex 51 BC CC 3C 8 0 14 BC 37 38
Octal 121 274 314 74 10 0 24 274 67 70
Binary 1010001 10111100 11001100 111100 1000 0 10100 10111100 110111 111000

Color Harmonies of #51BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCCC

Black with #51BCCC

Text Example


Text Example

White with #51BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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