Html Css Color HEX #50BBCA Viking

📋 copy color: '#50BBCA'

red 80 ◦ green 187 ◦ blue 202

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

Shades of Viking #50BBCA

Tints of Viking #50BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 17.06%
G = 39.87%
B = 43.07%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50BBCA (or 0x50BBCA) is known color: Viking. HEX triplet: 50, BB and CA. RGB value is (80,187,202). Sum of RGB (Red+Green+Blue) = 80+187+202=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #50BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBCA is #AF4435. Grayscale: #9C9C9C. Windows color (decimal): -11486262 or 13286224. OLE color: 13286224.

HSL color Cylindrical-coordinate representation of color #50BBCA: hue angle of 187.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BBCA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 187 202 -
CMYK 0.60 0.07 0 0.21
HSL 187.38º 0.54% 0.55% -
HSV(B) 187.38º 0.6% 0.79% -
XYZ 31.74 41.51 62.22 -
YUV 156.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 80 187 202 0.60 0.07 0 0.21 187.38 0.54 0.55
Hex 50 BB CA 3C 7 0 15 BB 36 37
Octal 120 273 312 74 7 0 25 273 66 67
Binary 1010000 10111011 11001010 111100 111 0 10101 10111011 110110 110111

Color Harmonies of #50BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBCA

Black with #50BBCA

Text Example


Text Example

White with #50BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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