Html Css Color HEX #50FAFF Baby Blue

📋 copy color: '#50FAFF'

red 80 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #50FAFF

Tints of Baby Blue #50FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 13.68%
G = 42.74%
B = 43.59%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50FAFF (or 0x50FAFF) is known color: Baby Blue. HEX triplet: 50, FA and FF. RGB value is (80,250,255). Sum of RGB (Red+Green+Blue) = 80+250+255=585 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.68% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #50FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FAFF is #AF0500. Grayscale: #C7C7C7. Windows color (decimal): -11470081 or 16775760. OLE color: 16775760.

HSL color Cylindrical-coordinate representation of color #50FAFF: hue angle of 181.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FAFF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 250 255 -
CMYK 0.69 0.02 0 0
HSL 181.71º 1% 0.66% -
HSV(B) 181.71º 0.69% 1% -
XYZ 55.54 77.3 106.6 -
YUV 199.74 159.18 42.59 -
System Red Green Blue C M Y K H S L
Decimal 80 250 255 0.69 0.02 0 0 181.71 1 0.66
Hex 50 FA FF 45 2 0 0 B6 64 42
Octal 120 372 377 105 2 0 0 266 144 102
Binary 1010000 11111010 11111111 1000101 10 0 0 10110110 1100100 1000010

Color Harmonies of #50FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAFF

Black with #50FAFF

Text Example


Text Example

White with #50FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,250,255); }

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

background-color css

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

 a { background-color: rgb(80,250,255); }

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

border-color css

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

 span { border-color: rgb(80,250,255); }

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