Html Css Color HEX #51BCCF Viking

📋 copy color: '#51BCCF'

red 81 ◦ green 188 ◦ blue 207

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

Shades of Viking #51BCCF

Tints of Viking #51BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 17.02%
G = 39.5%
B = 43.49%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51BCCF (or 0x51BCCF) is known color: Viking. HEX triplet: 51, BC and CF. RGB value is (81,188,207). Sum of RGB (Red+Green+Blue) = 81+188+207=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #51BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCF is #AE4330. Grayscale: #9D9D9D. Windows color (decimal): -11420465 or 13614161. OLE color: 13614161.

HSL color Cylindrical-coordinate representation of color #51BCCF: hue angle of 189.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51BCCF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 188 207 -
CMYK 0.61 0.09 0 0.19
HSL 189.05º 0.57% 0.56% -
HSV(B) 189.05º 0.61% 0.81% -
XYZ 32.64 42.22 65.46 -
YUV 158.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 81 188 207 0.61 0.09 0 0.19 189.05 0.57 0.56
Hex 51 BC CF 3D 9 0 13 BD 39 38
Octal 121 274 317 75 11 0 23 275 71 70
Binary 1010001 10111100 11001111 111101 1001 0 10011 10111101 111001 111000

Color Harmonies of #51BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCCF

Black with #51BCCF

Text Example


Text Example

White with #51BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,188,207); }

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

background-color css

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

 a { background-color: rgb(81,188,207); }

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

border-color css

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

 span { border-color: rgb(81,188,207); }

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