Html Css Color HEX #50EFFB Baby Blue

📋 copy color: '#50EFFB'

red 80 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #50EFFB

Tints of Baby Blue #50EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.93%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 14.04%
G = 41.93%
B = 44.04%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50EFFB (or 0x50EFFB) is known color: Baby Blue. HEX triplet: 50, EF and FB. RGB value is (80,239,251). Sum of RGB (Red+Green+Blue) = 80+239+251=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #50EFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EFFB is #AF1004. Grayscale: #C0C0C0. Windows color (decimal): -11472901 or 16510800. OLE color: 16510800.

HSL color Cylindrical-coordinate representation of color #50EFFB: hue angle of 184.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EFFB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 239 251 -
CMYK 0.68 0.05 0 0.02
HSL 184.21º 0.96% 0.65% -
HSV(B) 184.21º 0.68% 0.98% -
XYZ 51.59 70.4 102.14 -
YUV 192.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 80 239 251 0.68 0.05 0 0.02 184.21 0.96 0.65
Hex 50 EF FB 44 5 0 2 B8 60 41
Octal 120 357 373 104 5 0 2 270 140 101
Binary 1010000 11101111 11111011 1000100 101 0 10 10111000 1100000 1000001

Color Harmonies of #50EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EFFB

Black with #50EFFB

Text Example


Text Example

White with #50EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,239,251); }

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

background-color css

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

 a { background-color: rgb(80,239,251); }

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

border-color css

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

 span { border-color: rgb(80,239,251); }

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