Html Css Color HEX #51BCCB Viking

📋 copy color: '#51BCCB'

red 81 ◦ green 188 ◦ blue 203

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

Shades of Viking #51BCCB

Tints of Viking #51BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 17.16%
G = 39.83%
B = 43.01%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51BCCB (or 0x51BCCB) is known color: Viking. HEX triplet: 51, BC and CB. RGB value is (81,188,203). Sum of RGB (Red+Green+Blue) = 81+188+203=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #51BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCB is #AE4334. Grayscale: #9D9D9D. Windows color (decimal): -11420469 or 13352017. OLE color: 13352017.

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

Color convert

RGB 81 188 203 -
CMYK 0.60 0.07 0 0.20
HSL 187.38º 0.54% 0.56% -
HSV(B) 187.38º 0.6% 0.8% -
XYZ 32.16 42.03 62.92 -
YUV 157.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 81 188 203 0.60 0.07 0 0.20 187.38 0.54 0.56
Hex 51 BC CB 3C 7 0 14 BB 36 38
Octal 121 274 313 74 7 0 24 273 66 70
Binary 1010001 10111100 11001011 111100 111 0 10100 10111011 110110 111000

Color Harmonies of #51BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCCB

Black with #51BCCB

Text Example


Text Example

White with #51BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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