Html Css Color HEX #51AECB Viking

📋 copy color: '#51AECB'

red 81 ◦ green 174 ◦ blue 203

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

Shades of Viking #51AECB

Tints of Viking #51AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

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

R = 17.69%
G = 37.99%
B = 44.32%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51AECB (or 0x51AECB) is known color: Viking. HEX triplet: 51, AE and CB. RGB value is (81,174,203). Sum of RGB (Red+Green+Blue) = 81+174+203=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #51AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AECB is #AE5134. Grayscale: #959595. Windows color (decimal): -11424053 or 13348433. OLE color: 13348433.

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

Color convert

RGB 81 174 203 -
CMYK 0.60 0.14 0 0.20
HSL 194.26º 0.54% 0.56% -
HSV(B) 194.26º 0.6% 0.8% -
XYZ 29.31 36.33 61.97 -
YUV 149.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 81 174 203 0.60 0.14 0 0.20 194.26 0.54 0.56
Hex 51 AE CB 3C E 0 14 C2 36 38
Octal 121 256 313 74 16 0 24 302 66 70
Binary 1010001 10101110 11001011 111100 1110 0 10100 11000010 110110 111000

Color Harmonies of #51AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AECB

Black with #51AECB

Text Example


Text Example

White with #51AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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