Html Css Color HEX #51ABCB Viking

📋 copy color: '#51ABCB'

red 81 ◦ green 171 ◦ blue 203

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

Shades of Viking #51ABCB

Tints of Viking #51ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 17.8%
G = 37.58%
B = 44.62%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51ABCB (or 0x51ABCB) is known color: Viking. HEX triplet: 51, AB and CB. RGB value is (81,171,203). Sum of RGB (Red+Green+Blue) = 81+171+203=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #51ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCB is #AE5434. Grayscale: #939393. Windows color (decimal): -11424821 or 13347665. OLE color: 13347665.

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

Color convert

RGB 81 171 203 -
CMYK 0.60 0.16 0 0.20
HSL 195.74º 0.54% 0.56% -
HSV(B) 195.74º 0.6% 0.8% -
XYZ 28.74 35.19 61.78 -
YUV 147.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 81 171 203 0.60 0.16 0 0.20 195.74 0.54 0.56
Hex 51 AB CB 3C 10 0 14 C4 36 38
Octal 121 253 313 74 20 0 24 304 66 70
Binary 1010001 10101011 11001011 111100 10000 0 10100 11000100 110110 111000

Color Harmonies of #51ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABCB

Black with #51ABCB

Text Example


Text Example

White with #51ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,203); }

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

background-color css

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

 a { background-color: rgb(81,171,203); }

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

border-color css

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

 span { border-color: rgb(81,171,203); }

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