Html Css Color HEX #51BBD2 Viking

📋 copy color: '#51BBD2'

red 81 ◦ green 187 ◦ blue 210

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

Shades of Viking #51BBD2

Tints of Viking #51BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

 BLUE value IS 210 (82.42% from 255) = 43.93%

R = 16.95%
G = 39.12%
B = 43.93%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#51BBD2 (or 0x51BBD2) is known color: Viking. HEX triplet: 51, BB and D2. RGB value is (81,187,210). Sum of RGB (Red+Green+Blue) = 81+187+210=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #51BBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBD2 is #AE442D. Grayscale: #9D9D9D. Windows color (decimal): -11420718 or 13810513. OLE color: 13810513.

HSL color Cylindrical-coordinate representation of color #51BBD2: hue angle of 190.7º degrees, saturation: 0.59, 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 #51BBD2 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 187 210 -
CMYK 0.61 0.11 0 0.18
HSL 190.7º 0.59% 0.57% -
HSV(B) 190.7º 0.61% 0.82% -
XYZ 32.8 41.94 67.34 -
YUV 157.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 81 187 210 0.61 0.11 0 0.18 190.7 0.59 0.57
Hex 51 BB D2 3D B 0 12 BF 3B 39
Octal 121 273 322 75 13 0 22 277 73 71
Binary 1010001 10111011 11010010 111101 1011 0 10010 10111111 111011 111001

Color Harmonies of #51BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBD2

Black with #51BBD2

Text Example


Text Example

White with #51BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,187,210); }

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

background-color css

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

 a { background-color: rgb(81,187,210); }

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

border-color css

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

 span { border-color: rgb(81,187,210); }

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