Html Css Color HEX #51BBCC Viking

📋 copy color: '#51BBCC'

red 81 ◦ green 187 ◦ blue 204

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

Shades of Viking #51BBCC

Tints of Viking #51BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 17.16%
G = 39.62%
B = 43.22%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#51BBCC (or 0x51BBCC) is known color: Viking. HEX triplet: 51, BB and CC. RGB value is (81,187,204). Sum of RGB (Red+Green+Blue) = 81+187+204=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #51BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BBCC is #AE4433. Grayscale: #9D9D9D. Windows color (decimal): -11420724 or 13417297. OLE color: 13417297.

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

Color convert

RGB 81 187 204 -
CMYK 0.60 0.08 0 0.2
HSL 188.29º 0.55% 0.56% -
HSV(B) 188.29º 0.6% 0.8% -
XYZ 32.06 41.65 63.48 -
YUV 157.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 81 187 204 0.60 0.08 0 0.2 188.29 0.55 0.56
Hex 51 BB CC 3C 8 0 14 BC 37 38
Octal 121 273 314 74 10 0 24 274 67 70
Binary 1010001 10111011 11001100 111100 1000 0 10100 10111100 110111 111000

Color Harmonies of #51BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BBCC

Black with #51BBCC

Text Example


Text Example

White with #51BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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