Html Css Color HEX #50BBDD Viking

📋 copy color: '#50BBDD'

red 80 ◦ green 187 ◦ blue 221

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

Shades of Viking #50BBDD

Tints of Viking #50BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 16.39%
G = 38.32%
B = 45.29%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50BBDD (or 0x50BBDD) is known color: Viking. HEX triplet: 50, BB and DD. RGB value is (80,187,221). Sum of RGB (Red+Green+Blue) = 80+187+221=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #50BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBDD is #AF4422. Grayscale: #9E9E9E. Windows color (decimal): -11486243 or 14531408. OLE color: 14531408.

HSL color Cylindrical-coordinate representation of color #50BBDD: hue angle of 194.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BBDD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 187 221 -
CMYK 0.64 0.15 0 0.13
HSL 194.47º 0.67% 0.59% -
HSV(B) 194.47º 0.64% 0.87% -
XYZ 34.13 42.47 74.8 -
YUV 158.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 80 187 221 0.64 0.15 0 0.13 194.47 0.67 0.59
Hex 50 BB DD 40 F 0 D C2 43 3B
Octal 120 273 335 100 17 0 15 302 103 73
Binary 1010000 10111011 11011101 1000000 1111 0 1101 11000010 1000011 111011

Color Harmonies of #50BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBDD

Black with #50BBDD

Text Example


Text Example

White with #50BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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