Html Css Color HEX #51A8CD Viking

📋 copy color: '#51A8CD'

red 81 ◦ green 168 ◦ blue 205

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

Shades of Viking #51A8CD

Tints of Viking #51A8CD

RGB

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

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

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

R = 17.84%
G = 37%
B = 45.15%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51A8CD (or 0x51A8CD) is known color: Viking. HEX triplet: 51, A8 and CD. RGB value is (81,168,205). Sum of RGB (Red+Green+Blue) = 81+168+205=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #51A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8CD is #AE5732. Grayscale: #919191. Windows color (decimal): -11425587 or 13477969. OLE color: 13477969.

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

Color convert

RGB 81 168 205 -
CMYK 0.60 0.18 0 0.20
HSL 197.9º 0.55% 0.56% -
HSV(B) 197.9º 0.6% 0.8% -
XYZ 28.42 34.16 62.85 -
YUV 146.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 81 168 205 0.60 0.18 0 0.20 197.9 0.55 0.56
Hex 51 A8 CD 3C 12 0 14 C6 37 38
Octal 121 250 315 74 22 0 24 306 67 70
Binary 1010001 10101000 11001101 111100 10010 0 10100 11000110 110111 111000

Color Harmonies of #51A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A8CD

Black with #51A8CD

Text Example


Text Example

White with #51A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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