Html Css Color HEX #51A8CB Viking

📋 copy color: '#51A8CB'

red 81 ◦ green 168 ◦ blue 203

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

Shades of Viking #51A8CB

Tints of Viking #51A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

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

R = 17.92%
G = 37.17%
B = 44.91%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51A8CB (or 0x51A8CB) is known color: Viking. HEX triplet: 51, A8 and CB. RGB value is (81,168,203). Sum of RGB (Red+Green+Blue) = 81+168+203=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #51A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8CB is #AE5734. Grayscale: #919191. Windows color (decimal): -11425589 or 13346897. OLE color: 13346897.

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

Color convert

RGB 81 168 203 -
CMYK 0.60 0.17 0 0.20
HSL 197.21º 0.54% 0.56% -
HSV(B) 197.21º 0.6% 0.8% -
XYZ 28.18 34.07 61.59 -
YUV 145.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 81 168 203 0.60 0.17 0 0.20 197.21 0.54 0.56
Hex 51 A8 CB 3C 11 0 14 C5 36 38
Octal 121 250 313 74 21 0 24 305 66 70
Binary 1010001 10101000 11001011 111100 10001 0 10100 11000101 110110 111000

Color Harmonies of #51A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8CB

Black with #51A8CB

Text Example


Text Example

White with #51A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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