Html Css Color HEX #51B2D0 Viking

📋 copy color: '#51B2D0'

red 81 ◦ green 178 ◦ blue 208

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

Shades of Viking #51B2D0

Tints of Viking #51B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 17.34%
G = 38.12%
B = 44.54%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51B2D0 (or 0x51B2D0) is known color: Viking. HEX triplet: 51, B2 and D0. RGB value is (81,178,208). Sum of RGB (Red+Green+Blue) = 81+178+208=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #51B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2D0 is #AE4D2F. Grayscale: #989898. Windows color (decimal): -11423024 or 13677137. OLE color: 13677137.

HSL color Cylindrical-coordinate representation of color #51B2D0: hue angle of 194.17º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51B2D0 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 178 208 -
CMYK 0.61 0.14 0 0.18
HSL 194.17º 0.57% 0.57% -
HSV(B) 194.17º 0.61% 0.82% -
XYZ 30.7 38.14 65.42 -
YUV 152.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 81 178 208 0.61 0.14 0 0.18 194.17 0.57 0.57
Hex 51 B2 D0 3D E 0 12 C2 39 39
Octal 121 262 320 75 16 0 22 302 71 71
Binary 1010001 10110010 11010000 111101 1110 0 10010 11000010 111001 111001

Color Harmonies of #51B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B2D0

Black with #51B2D0

Text Example


Text Example

White with #51B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,178,208); }

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

background-color css

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

 a { background-color: rgb(81,178,208); }

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

border-color css

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

 span { border-color: rgb(81,178,208); }

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