Html Css Color HEX #50BBCC Viking

📋 copy color: '#50BBCC'

red 80 ◦ green 187 ◦ blue 204

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

Shades of Viking #50BBCC

Tints of Viking #50BBCC

RGB

 RED value IS 80 (31.64% from 255) = 16.99%

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

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

R = 16.99%
G = 39.7%
B = 43.31%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50BBCC (or 0x50BBCC) is known color: Viking. HEX triplet: 50, BB and CC. RGB value is (80,187,204). Sum of RGB (Red+Green+Blue) = 80+187+204=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #50BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBCC is #AF4433. Grayscale: #9C9C9C. Windows color (decimal): -11486260 or 13417296. OLE color: 13417296.

HSL color Cylindrical-coordinate representation of color #50BBCC: hue angle of 188.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BBCC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 187 204 -
CMYK 0.61 0.08 0 0.2
HSL 188.23º 0.55% 0.56% -
HSV(B) 188.23º 0.61% 0.8% -
XYZ 31.98 41.61 63.47 -
YUV 156.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 80 187 204 0.61 0.08 0 0.2 188.23 0.55 0.56
Hex 50 BB CC 3D 8 0 14 BC 37 38
Octal 120 273 314 75 10 0 24 274 67 70
Binary 1010000 10111011 11001100 111101 1000 0 10100 10111100 110111 111000

Color Harmonies of #50BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBCC

Black with #50BBCC

Text Example


Text Example

White with #50BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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